We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a05289 commit 4456057Copy full SHA for 4456057
.gitlab-ci.yml
@@ -121,6 +121,18 @@ build-production:
121
- export VAULT_TOKEN="$(vault write -field=token auth/$VAULT_AUTH_PATH/login role=$VAULT_AUTH_ROLE jwt=$CI_JOB_JWT)"
122
- helm dependency update helm/
123
- echo "Log INFO: values that will be deployed"
124
+ - echo
125
+ helm secrets upgrade
126
+ --install
127
+ --atomic
128
+ --timeout 300s
129
+ --namespace github-issue-sync
130
+ --values helm/$VALUES_FILE
131
+ --set common.image.tag="$DEPLOYMENT_TAG"
132
+ --set common.containerPort="$APP_PORT"
133
+ --set common.livenessProbe.httpGet.port="$APP_PORT"
134
+ --set common.readinessProbe.httpGet.port="$APP_PORT"
135
+ github-issue-sync helm/
136
- helm secrets upgrade
137
--install
138
--atomic
0 commit comments