Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat my.cnf
- [mysqld]
- port={{ .Values.ports.database }}
- -----
- # cat templates/configmap.yaml
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: mariadb
- data:
- my.cnf: |
- {{ .Files.Get "my.cnf" | indent 4 }}
Advertisement
Add Comment
Please, Sign In to add comment