Skip to content

Commit

Permalink
updating env files in helmfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti committed Dec 27, 2024
1 parent ddfd77a commit 4d46e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ templates:
missingFileHandler: Warn

values:
- ../environments/env-secrets.yaml
- ../environments/env.yaml
- ../environments/egov-demo-secrets.yaml
- ../environments/egov-demo.yaml

releases:
- name: cert-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ templates:
# Use "Debug" to make missing files errors invisible at the default log level(--log-level=INFO)
missingFileHandler: Warn
values:
- ../environments/env-secrets.yaml
- ../environments/env.yaml
- ../environments/egov-demo-secrets.yaml
- ../environments/egov-demo.yaml

releases:
- name: egov-accesscontrol # Replace with your desired namespace
Expand Down

0 comments on commit 4d46e4f

Please sign in to comment.