[stable/minio] Sanitize release namespace (#22756) (#22757)

Signed-off-by: Heiko Nickerl <dev@heiko-nickerl.com>
This commit is contained in:
Heiko Nickerl
2020-06-15 10:21:56 -07:00
committed by GitHub
parent a73ee439b1
commit 2cbac101bf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads.
name: minio
version: 5.0.27
version: 5.0.28
appVersion: master
keywords:
- storage
@@ -16,5 +16,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ $fullName }}-update-prometheus-secret
namespace: {{ .Release.Namespace }}
namespace: {{ .Release.Namespace | quote }}
{{- end -}}
+1 -1
View File
@@ -33,7 +33,7 @@ spec:
key: token
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}
- {{ .Release.Namespace | quote }}
selector:
matchLabels:
app: {{ include "minio.name" . }}