Skip to content

Commit

Permalink
Merge pull request #1891 from bcgov/chore/fix-terraform-helm-hooks
Browse files Browse the repository at this point in the history
Chore: fix terraform helm hooks
  • Loading branch information
pbastia authored Feb 21, 2024
2 parents 2324d5a + bceaf57 commit 4968d1b
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 303 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"prettier.ignorePath": "chart/",
"eslint.workingDirectories": ["app"],
"sqltools.connections": [
{
Expand Down
3 changes: 3 additions & 0 deletions chart/cas-cif/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ type: application
version: 0.1.0
appVersion: "0.1.0"
dependencies:
- name: terraform-bucket-provision
version: "0.1.2"
repository: https://bcgov.github.io/cas-pipeline/
- name: cas-airflow-dag-trigger
version: 1.0.7
repository: https://bcgov.github.io/cas-airflow
Expand Down
48 changes: 0 additions & 48 deletions chart/cas-cif/templates/bucket-provisioning-job.yaml

This file was deleted.

77 changes: 0 additions & 77 deletions chart/cas-cif/templates/terraform/terraform-apply.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions chart/cas-cif/templates/terraform/terraform-modules.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions chart/cas-cif/templates/terraform/terraform-role-binding.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions chart/cas-cif/templates/terraform/terraform-role.yaml

This file was deleted.

This file was deleted.

98 changes: 0 additions & 98 deletions chart/cas-cif/terraform/main.tf

This file was deleted.

33 changes: 0 additions & 33 deletions chart/cas-cif/terraform/variables.tf

This file was deleted.

4 changes: 4 additions & 0 deletions chart/cas-cif/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ devops:
requests:
cpu: 100m
memory: 64Mi

terraform-bucket-provision:
terraform:
namespace_apps: '["cif-backups", "cif-documents"]'

0 comments on commit 4968d1b

Please sign in to comment.