Skip to content

Commit

Permalink
chore: enable certbot conditionally by environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed May 6, 2024
1 parent 7fd1122 commit bd5a4a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/cas-cif/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dependencies:
- name: certbot
version: 0.1.3
repository: https://bcdevops.github.io/certbot
condition: certbot.enabled
3 changes: 3 additions & 0 deletions chart/cas-cif/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ deploy-db:

download-dags:
airflowEndpoint: https://cas-airflow-dev.apps.silver.devops.gov.bc.ca

certbot:
enabled: true
3 changes: 3 additions & 0 deletions chart/cas-cif/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
hostName: cif.gov.bc.ca

certbot:
enabled: false

deploy-db:
airflowEndpoint: https://cas-airflow-prod.apps.silver.devops.gov.bc.ca

Expand Down
3 changes: 3 additions & 0 deletions chart/cas-cif/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ deploy-db:

download-dags:
airflowEndpoint: https://cas-airflow-test.apps.silver.devops.gov.bc.ca

certbot:
enabled: true

0 comments on commit bd5a4a7

Please sign in to comment.