feat(argo-cd): Add ability to create network policies (#800)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
9c69a87f67
commit
922799081d
10 changed files with 149 additions and 4 deletions
|
|
@ -20,6 +20,10 @@ global:
|
|||
# hostnames:
|
||||
# - git.myhostname
|
||||
|
||||
networkPolicy:
|
||||
create: false
|
||||
defaultDenyIngress: false
|
||||
|
||||
# Override APIVersions
|
||||
# If you want to template helm charts but cannot access k8s API server
|
||||
# you can set api versions here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue