add helm charts
This commit is contained in:
11
backing-services/zot/templates/configmap.yaml
Normal file
11
backing-services/zot/templates/configmap.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- if and .Values.mountConfig .Values.configFiles }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-config
|
||||
namespace: {{ .Values.namespace | default .Release.Namespace }}
|
||||
data:
|
||||
{{- range $key, $val := .Values.configFiles }}
|
||||
{{ $key }}: {{ $val | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user