Skip to content

Commit 0d4c18d

Browse files
committed
fix: wpb-000000 the helm-operations.sh to have correct command for sync-k8s-secret-to-wire-secrets.sh
1 parent 19cf945 commit 0d4c18d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/helm-operations.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ deploy_charts() {
143143
if kubectl get secret wire-postgresql-external-secret &>/dev/null; then
144144
# Usage: sync-k8s-secret-to-wire-secrets.sh <secret-name> <secret-key> <yaml-file> <yaml-path's>
145145
"$BASE_DIR/bin/sync-k8s-secret-to-wire-secrets.sh" \
146-
wire-postgresql-external-secret \
146+
"wire-postgresql-external-secret" \
147+
"password" \
147148
"$BASE_DIR/values/wire-server/secrets.yaml" \
148149
.brig.secrets.pgPassword .galley.secrets.pgPassword .background-worker.secrets.pgPassword
149150
else

0 commit comments

Comments
 (0)