pod updates when config updates, configmap reads from config yaml
This commit is contained in:
7
helm/templates/configmap.yaml
Normal file
7
helm/templates/configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
data:
|
||||
config.yml: |{{ range .Files.Lines "config.yml" }}
|
||||
{{ . }}{{ end }}
|
||||
Reference in New Issue
Block a user