We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c9d0f commit eeb1410Copy full SHA for eeb1410
1 file changed
kubenetes/wp_mysql/k8deploy.yaml
@@ -86,7 +86,7 @@ spec:
86
valueFrom:
87
secretKeyRef:
88
name: mysql-pass
89
- key: password
+ key: cGFzc3dvcmQ=
90
ports:
91
- containerPort: 80
92
name: wordpress
@@ -100,7 +100,7 @@ spec:
100
101
102
103
104
105
- containerPort: 3306
106
name: mysql
0 commit comments