Skip to content

Commit 721540b

Browse files
committed
disable credentials by default
1 parent 195ab72 commit 721540b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ibm-mq/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ image:
2828
# set passwords for users: "admin" and "app"
2929
credentials:
3030
# enabled is whether to configure user credentials via secret or not. (in MQ /run/secrets directory)
31-
enable: true
31+
enable: false
3232
# If enabled, provide the name of the secret that contains your user passwords. See adjacent README.md for instructions on how to create this Secret.
3333
secretRef: "mq-credentials"
3434

0 commit comments

Comments
 (0)