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
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 helm#15069. Signed-off-by: Karoline Pauls <[email protected]>
- Loading branch information