Skip to content

Commit

Permalink
Unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 12, 2024
1 parent 0e95212 commit 8592eb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ IMAGE_NAMESPACE=${PROJ_TOOLS}
CLUSTER_NAME="wps-crunchydb-${SUFFIX}"

OC_PROCESS="oc -n ${PROJ_TARGET} process -f ${TEMPLATE_PATH}/backup-s3-postgres-cronjob.yaml \
-p DATABASE_DEPLOYMENT_NAME=wps-global \
-p CRUNCHYDB_USER=wps-crunchydb-${SUFFIX}-pguser-wps-crunchydb-${SUFFIX} \
-p JOB_NAME=${JOB_NAME} \
-p IMAGE_NAMESPACE=${IMAGE_NAMESPACE} \
Expand Down
7 changes: 0 additions & 7 deletions openshift/templates/backup-s3-postgres-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ parameters:
displayName: "CrunchyDB user details"
description: "User details for the database"
required: true
- name: DATABASE_PASSWORD_KEY_NAME
displayName: Database Password Key Name
description:
The database password key name stored in database deployment resources
specified by DATABASE_DEPLOYMENT_NAME.
required: true
value: app-db-password
- name: "PG_PORT"
displayName: "Postgres port"
required: true
Expand Down

0 comments on commit 8592eb2

Please sign in to comment.