Skip to content

Commit

Permalink
Use suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 13, 2024
1 parent fdfc5cf commit 7cce75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/scripts/oc_provision_crunchy_standby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EPHEMERAL_STORAGE=${EPHEMERAL_STORAGE:-'False'}

# Process template
OC_PROCESS="oc -n ${PROJ_TARGET} process -f ${TEMPLATE_PATH}/crunchy_standby.yaml \
-p SUFFIX=prod \
-p SUFFIX=${SUFFIX} \
-p TARGET_NAMESPACE=${PROJ_TARGET} \
-p BUCKET=${BUCKET} \
-p DATA_SIZE=45Gi \
Expand Down

0 comments on commit 7cce75c

Please sign in to comment.