From 8074893fb133bd785fa918a88b2a841061ac3307 Mon Sep 17 00:00:00 2001 From: still <lynn.still@polarisalpha.com> Date: Wed, 14 Apr 2021 17:10:00 -0600 Subject: [PATCH] update values --- chart/templates/minio/minio/values.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/chart/templates/minio/minio/values.yaml b/chart/templates/minio/minio/values.yaml index b2d4789c73..590d34af8b 100644 --- a/chart/templates/minio/minio/values.yaml +++ b/chart/templates/minio/minio/values.yaml @@ -18,21 +18,4 @@ podAnnotations: traffic.sidecar.istio.io/includeInboundPorts: "*" traffic.sidecar.istio.io/excludeInboundPorts: "9443" -istio: - enabled: {{ .Values.istio.enabled }} - {{- if .Values.monitoring.sso.enabled }} - prometheus: - enabled: true - service: authservice-haproxy-sso - port: 8080 - namespace: authservice - alertmanager: - enabled: true - service: authservice-haproxy-sso - port: 8080 - namespace: authservice - grafana: - enabled: true - {{- end }} - {{- end -}} -- GitLab