Skip to content

Commit

Permalink
Merge pull request #117 from a13x5/HMC-109
Browse files Browse the repository at this point in the history
Disable Flux network policies creation
  • Loading branch information
Kshatrix authored Jul 31, 2024
2 parents 82c3008 + 42af573 commit 88003b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/default/hmc_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cert-manager:

flux2:
enabled: true
policies:
create: false
imageAutomationController:
create: false
imageReflectionController:
Expand Down
2 changes: 2 additions & 0 deletions templates/hmc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ cert-manager:
namespace: hmc-system
flux2:
enabled: true
policies:
create: false
imageAutomationController:
create: false
imageReflectionController:
Expand Down

0 comments on commit 88003b4

Please sign in to comment.