UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c462a6ad authored by Micah Nagel's avatar Micah Nagel
Browse files

Add Monitoring value to Istio

parent c0874a5f
No related branches found
No related tags found
1 merge request!700Add Monitoring value to Istio
Pipeline #391354 passed
......@@ -13,6 +13,9 @@ imagePullSecrets:
openshift: {{ .Values.openshift }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
......@@ -73,4 +76,4 @@ k8s:
name: tls
nodePort: {{ add .nodePortBase 3 }}
{{- end }}
{{- end }}
\ No newline at end of file
{{- end }}
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