We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bde664 commit eb2daefCopy full SHA for eb2daef
charts/internal-gateway/templates/extra-configs.yaml
@@ -2,8 +2,7 @@
2
apiVersion: v1
3
kind: ConfigMap
4
metadata:
5
- name: {{ .Release.Name }}-extra-configs
6
- namespace: {{ .Release.Namespace }}
+ name: {{ include "internal-gateway.fullname" . }}-extra-configs
7
data:
8
{{- $rootContext := $ }}
9
{{- range $globPattern := $rootContext.Values.nginx.extraConfigsPatterns }}
charts/internal-gateway/templates/njs-scripts.yaml
- name: {{ .Release.Name }}-njs-scripts
+ name: {{ include "internal-gateway.fullname" . }}-njs-scripts
{{- $rootContext := . }}
{{- range $globPattern := $rootContext.Values.nginx.scriptFilesPatterns }}
0 commit comments