fix: fix appsettings deploy name

This commit is contained in:
Jonas Juselius
2024-02-13 11:57:59 +01:00
parent 0053bb95fb
commit 770c37b98b
3 changed files with 3 additions and 3 deletions
@@ -85,7 +85,7 @@ spec:
{{- end }} {{- end }}
- name: appsettings - name: appsettings
secret: secret:
secretName: {{ template "Archmeister.name" . }}-appsettings secretName: {{ template "Archmeister.fullname" . }}-appsettings
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
+1 -1
View File
@@ -1,7 +1,7 @@
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true
secretGenerator: secretGenerator:
- name: archmeister-appsettings - name: prod-archmeister-appsettings
files: files:
- appsettings.json - appsettings.json
patches: patches:
@@ -1,7 +1,7 @@
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true
secretGenerator: secretGenerator:
- name: archmeister-appsettings - name: staging-archmeister-appsettings
files: files:
- appsettings.json - appsettings.json
patches: patches: