SHOW:
|
|
- or go back to the newest paste.
1 | # cat my.cnf | |
2 | [mysqld] | |
3 | port={{ .Values.ports.database }} | |
4 | ----- | |
5 | # cat templates/configmap.yaml | |
6 | apiVersion: v1 | |
7 | - | [mysqld] |
7 | + | |
8 | - | port={{ .Values.ports.database }} |
8 | + | |
9 | name: mariadb | |
10 | data: | |
11 | my.cnf: | | |
12 | {{ .Files.Get "my.cnf" | indent 4 }} |