We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cf945 commit 0d4c18dCopy full SHA for 0d4c18d
bin/helm-operations.sh
@@ -143,7 +143,8 @@ deploy_charts() {
143
if kubectl get secret wire-postgresql-external-secret &>/dev/null; then
144
# Usage: sync-k8s-secret-to-wire-secrets.sh <secret-name> <secret-key> <yaml-file> <yaml-path's>
145
"$BASE_DIR/bin/sync-k8s-secret-to-wire-secrets.sh" \
146
- wire-postgresql-external-secret \
+ "wire-postgresql-external-secret" \
147
+ "password" \
148
"$BASE_DIR/values/wire-server/secrets.yaml" \
149
.brig.secrets.pgPassword .galley.secrets.pgPassword .background-worker.secrets.pgPassword
150
else
0 commit comments