Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
9c0422ab
Commit
9c0422ab
authored
Apr 06, 2021
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'Add-OSDU_SA-variable' into 'master'
Added DATA_PROJECT_CEREDENTIALS variable See merge request
!204
parents
9edb7d10
7a19008d
Pipeline
#34604
passed with stages
in 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
cloud-providers/osdu-gcp-stateful-k8s.yml
View file @
9c0422ab
...
...
@@ -50,6 +50,7 @@ osdu-gcp-deploy:
$OSDU_GCP_ENV_HELM_EXTRA_VARS
--set image.repository=gcr.io/$OSDU_GCP_PROJECT/$OSDU_GCP_APPLICATION_NAME/$OSDU_GCP_APPLICATION_NAME-$OSDU_GCP_VENDOR
--set image.tag=$CI_COMMIT_SHORT_SHA
--set secret.gcpSA=$OSDU_GCP_DATA_PROJECT_CREDENTIALS
-
kubectl rollout status deployment.v1.apps/$OSDU_GCP_PROJECT -n $OSDU_GCP_APPLICATION_NAME --timeout=900s
-
pod=$(kubectl get pod -n $OSDU_GCP_APPLICATION_NAME | grep $OSDU_GCP_PROJECT | tail -1 | awk '{print $1}')
-
status=$(kubectl wait -n $OSDU_GCP_APPLICATION_NAME --for=condition=Ready pod/$pod --timeout=300s)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment