UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Josh is bad at copying...

Merged Nick Nellis requested to merge fixing-joshs-bad-copy into master
1 file
+ 4
5
Compare changes
  • Side-by-side
  • Inline
@@ -7,11 +7,6 @@ hostname: {{ .Values.hostname }}
istio:
enabled: {{ .Values.istio.enabled }}
global:
imagePullSecrets:
- name: private-registry
{{- if .Values.monitoring.sso.enabled }}
prometheus:
enabled: true
@@ -27,6 +22,10 @@ global:
enabled: true
{{- end }}
global:
imagePullSecrets:
- name: private-registry
sso:
enabled: {{ .Values.monitoring.sso.enabled }}
Loading