UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3bfd75bc authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Adding nodeCidr passthrough value for Twistlock package

parent 19ce0281
No related branches found
No related tags found
1 merge request!887Bump Twistlock for defenders NP template & values
Pipeline #475544 passed
......@@ -23,6 +23,7 @@ networkPolicies:
{{- $gateway := default "public" .Values.twistlock.ingress.gateway }}
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
nodeCidr: {{ .Values.networkPolicies.nodeCidr }}
istio:
enabled: {{ .Values.istio.enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment