Skip to content

Commit

Permalink
feat(clowder): RHICOMPL-2288 Parameterize FORCE_IMPORT_SSG
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Kofink <[email protected]>
  • Loading branch information
akofink committed Sep 20, 2021
1 parent 442b829 commit 760629f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ objects:
# Should be a secret ?
- name: SECRET_KEY_BASE
value: "secret_key_base"
- name: SETTINGS__FORCE_IMPORT_SSGS
value: "${SETTINGS__FORCE_IMPORT_SSGS}"
- name: compliance-backend
# TODO: Check how to auto-scale with Clowder
minReplicas: ${{REPLICAS_BACKEND}}
Expand Down Expand Up @@ -386,3 +388,5 @@ parameters:
value: "5"
- name: OLD_PATH_PREFIX
value: /r/insights/platform
- name: SETTINGS__FORCE_IMPORT_SSGS
value: "false"

0 comments on commit 760629f

Please sign in to comment.