Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrea Lorenzon
H5nuvola2
Commits
b9aee43e
Commit
b9aee43e
authored
Oct 01, 2020
by
Andrea Lorenzon
💬
Browse files
Merge remote-tracking branch 'origin/master' into master
parents
0bb0bc1f
c0793f27
Pipeline
#643
passed with stages
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9aee43e
...
...
@@ -43,5 +43,5 @@ deploy-app:
script
:
-
oc login $OPENSHIFT --insecure-skip-tls-verify --token $ADMIN_TOKEN
-
oc project $PROJECT
-
oc set volume dc/${APP} --add --name $PVCNAME -t pvc --claim-name $PVCNAME --overwrite --claim-class $STORAGECLASS --claim-size $PVSIZE -m ${DATADIR} ||
true
-
oc set volume dc/${APP} --add --name $PVCNAME -t pvc
--claim-mode ReadWriteMany
--claim-name $PVCNAME --overwrite --claim-class $STORAGECLASS --claim-size $PVSIZE -m ${DATADIR} ||
true
-
oc expose svc/$APP --hostname=${HOSTNAME} ||
true
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