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 }}
- name: appsettings
secret:
secretName: {{ template "Archmeister.name" . }}-appsettings
secretName: {{ template "Archmeister.fullname" . }}-appsettings
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
+1 -1
View File
@@ -1,7 +1,7 @@
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- name: archmeister-appsettings
- name: prod-archmeister-appsettings
files:
- appsettings.json
patches:
@@ -1,7 +1,7 @@
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- name: archmeister-appsettings
- name: staging-archmeister-appsettings
files:
- appsettings.json
patches: