Skip to content

Commit

Permalink
fix(templates): disable netpol for all providers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Nov 26, 2024
1 parent 5b3a557 commit 27a091c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/ekscluster-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data:
relativeVendorPath: "../../vendor"
provider:
type: eks
networkPoliciesEnabled: false
# the module section will be used to fine tune each module behaviour and configuration
modules:
# ingress module configuration
Expand Down
1 change: 1 addition & 0 deletions defaults/kfddistribution-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data:
relativeVendorPath: "../../vendor"
provider:
type: none
networkPoliciesEnabled: false
# the module section will be used to fine tune each module behaviour and configuration
modules:
# ingress module configuration
Expand Down

0 comments on commit 27a091c

Please sign in to comment.