Skip to content

Commit eeb1410

Browse files
authored
Update k8deploy.yaml
base64 encoding of password
1 parent a8c9d0f commit eeb1410

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubenetes/wp_mysql/k8deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
valueFrom:
8787
secretKeyRef:
8888
name: mysql-pass
89-
key: password
89+
key: cGFzc3dvcmQ=
9090
ports:
9191
- containerPort: 80
9292
name: wordpress
@@ -100,7 +100,7 @@ spec:
100100
valueFrom:
101101
secretKeyRef:
102102
name: mysql-pass
103-
key: password
103+
key: cGFzc3dvcmQ=
104104
ports:
105105
- containerPort: 3306
106106
name: mysql

0 commit comments

Comments
 (0)