feat: add config.yaml to to operator

This commit is contained in:
2024-12-09 00:54:40 +03:30
parent 454cd8aae8
commit 204f25a6af
9 changed files with 25 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
data:
config.yaml: |
{{ .Values.config | toYaml | nindent 4 }}