Skip to content

Commit 19cf945

Browse files
committed
fix: wpb-00000 bin/offline-deploy.sh to remove pg secrets creation to avoid duplication with helm-operations.sh
1 parent ad52762 commit 19cf945

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

bin/offline-deploy.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,4 @@ fi
4141

4242
$DOCKER_RUN_BASE $SSH_MOUNT $WSD_CONTAINER ./bin/offline-cluster.sh
4343

44-
# Sync PostgreSQL password from K8s secret to secrets.yaml
45-
echo "Syncing PostgreSQL password from Kubernetes secret..."
46-
sudo docker run --network=host -v $PWD:/wire-server-deploy $WSD_CONTAINER ./bin/sync-k8s-secret-to-wire-secrets.sh \
47-
wire-postgresql-external-secret \
48-
password \
49-
values/wire-server/prod-secrets.example.yaml \
50-
.brig.secrets.pgPassword \
51-
.galley.secrets.pgPassword \
52-
.spar.secrets.pgPassword \
53-
.gundeck.secrets.pgPassword
54-
5544
sudo docker run --network=host -v $PWD:/wire-server-deploy $WSD_CONTAINER ./bin/helm-operations.sh

0 commit comments

Comments
 (0)