This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Variables | |
NAMESPACE=workshop | |
PIPELINEFILE1=https://raw.githubusercontent.com/openshift-roadshow/nationalparks/master/pipeline/nationalparks-pipeline-all-vfs-new.yaml | |
PIPELINEFILE2=https://raw.githubusercontent.com/openshift-roadshow/nationalparks/master/pipeline/nationalparks-pipeline-all-new.yaml | |
# Add privileges to namespace for OCP4.7 fix for buildah permissions between 4.6 and 4.7 | |
#oc adm policy add-scc-to-user privileged -z pipeline -n $NAMESPACE | |
# Project | |
oc new-project $NAMESPACE | |
# Parksmap |