This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/rabbitmq] fix sed invocation to handle special characters (#1…
…5105) Tested with '/\/\--||?+*': $ kubectl create secret generic rabbitmq-secret --from-literal=rabbitmq-password='/\/\--||?+*' ... $ helm install --name my-release stable/rabbitmq --set rabbitmq.existingPasswordSecret=rabbitmq-secret --set persistence.storageClass=standard ... $ kubectl exec my-release-rabbitmq-0 -ti -- grep default_pass /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.conf default_pass=/\/\--||?+* Resolves #15069. Signed-off-by: Karoline Pauls <[email protected]>
- Loading branch information