feat: add config.yaml to to operator
This commit is contained in:
7
helm/templates/operator/configmap.yaml
Normal file
7
helm/templates/operator/configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-config
|
||||
data:
|
||||
config.yaml: |
|
||||
{{ .Values.config | toYaml | nindent 4 }}
|
||||
Reference in New Issue
Block a user