blob: a82046eefe8f1733b5d80783f9cc0007b8cf5ab4 [file] [log] [blame]
Giorgi Lekveishvili30ef74c2025-04-17 18:46:50 +04001{{- if .Values.configFiles }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: configs-{{ .Values.name }}
6data:
7 {{ toYaml .Values.configFiles | nindent 2 }}
8{{- end }}