Skip to content

Commit 6e73ee2

Browse files
Update values.yaml
1 parent 2a6cff8 commit 6e73ee2

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
@@ -30,7 +30,7 @@ credentials:
3030
# enabled is whether to configure user credentials via secret or not. (in MQ /run/secrets directory)
3131
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.
33-
secretRef: "mq-credentials"
33+
secret: "mq-credentials"
3434

3535
# metadata allows setting of additional labels and annottations to be added to all resources. Set on helm install using --set metadata.labels.KEY=VALUE,metadata.labels.=VALUE,...
3636
metadata:

0 commit comments

Comments
 (0)