feat: make appsettings a configmap
This commit is contained in:
@@ -84,8 +84,8 @@ spec:
|
||||
emptyDir: {}
|
||||
{{- end }}
|
||||
- name: appsettings
|
||||
secret:
|
||||
secretName: {{ template "Archmeister.fullname" . }}-appsettings
|
||||
configMap:
|
||||
name: {{ template "Archmeister.fullname" . }}-appsettings
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user