Skip to content

Commit

Permalink
deploy: Add ignore validation for py3 deployment (PROJQUAY-2542) (#1121)
Browse files Browse the repository at this point in the history
Add an environment variable to the deployment to disable config
validation
  • Loading branch information
syed authored Feb 17, 2022
1 parent 62e2eac commit 6356fbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/openshift/quay-py3-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ objects:
value: ${{QUAY_APP_CONFIG_SECRET}}
- name: DEBUGLOG
value: ${DEBUGLOG}
- name: IGNORE_VALIDATION
value: ${IGNORE_VALIDATION}
- name: SYSLOG_SERVER
value: ${{SYSLOG_SERVER}}
- name: SYSLOG_PORT
Expand Down Expand Up @@ -460,4 +462,7 @@ parameters:
value: "true"
- name: TICKER_TIME
value: "200"
- name: IGNORE_VALIDATION
value: "false"


0 comments on commit 6356fbb

Please sign in to comment.