UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 362f5f8c authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Ryan Garcia
Browse files

Merge branch 'micah.nagel-master-patch-70945' into 'master'

Add Monitoring value to Istio

Closes platform-one/big-bang/apps/core/istio-controlplane#32

See merge request platform-one/big-bang/bigbang!700
parent f5cde143
No related branches found
No related tags found
No related merge requests found
......@@ -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