Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 3a9760c

Browse files
owainlewisprydie
authored andcommitted
Use correct name for secret in WP example (#95)
1 parent a0d35f4 commit 3a9760c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo/wordpress/wordpress-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: WORDPRESS_DB_PASSWORD
3636
valueFrom:
3737
secretKeyRef:
38-
name: mysql-root-password
38+
name: wordpress-mysql-root-password
3939
key: password
4040
ports:
4141
- containerPort: 80

0 commit comments

Comments
 (0)