-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move extraPolicies from cilium to network-policies-app (#549)
* disable extraPolicies Signed-off-by: Matias Charriere <[email protected]> * Add provider integration configs for netpol Signed-off-by: Matias Charriere <[email protected]> * update schema Signed-off-by: Matias Charriere <[email protected]> * update schema Signed-off-by: Matias Charriere <[email protected]> * update docs Signed-off-by: Matias Charriere <[email protected]> * update network-policies Signed-off-by: Matias Charriere <[email protected]> * update netpol value Signed-off-by: Matias Charriere <[email protected]> * update cluster dep and remove extraPolicies from cilium-app Signed-off-by: Matias Charriere <[email protected]> * update docs Signed-off-by: Matias Charriere <[email protected]> * update changelog Signed-off-by: Matias Charriere <[email protected]> * fix changelog Signed-off-by: Matias Charriere <[email protected]> * restore .gitignore Signed-off-by: Matias Charriere <[email protected]> * fix docs Signed-off-by: Matias Charriere <[email protected]> --------- Signed-off-by: Matias Charriere <[email protected]>
- Loading branch information
1 parent
2749f99
commit 24d02ea
Showing
7 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
helm/cluster-aws/charts | ||
helm/rendered |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
helm/cluster-aws/templates/_network-policies_helmrelease_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{{/* AWS-specific network-policies Helm values*/}} | ||
{{/* https://github.com/giantswarm/network-policies-app/blob/main/helm/network-policies/values.yaml*/}} | ||
{{- define "awsNetworkPoliciesHelmValues" }} | ||
allowEgressToDNS: | ||
enabled: true | ||
allowEgressToProxy: | ||
enabled: {{ $.Values.global.connectivity.proxy.enabled }} | ||
httpProxy: {{ $.Values.global.connectivity.proxy.httpProxy | quote }} | ||
httpsProxy: {{ $.Values.global.connectivity.proxy.httpsProxy | quote }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters