[stable/minio] remove unnecessary annotation (#22724)

Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Harshavardhana
2020-06-09 12:48:05 -07:00
committed by GitHub
parent b04a7be0c0
commit e4af2eea39
3 changed files with 1 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.26
version: 5.0.27
appVersion: master
keywords:
- storage
-1
View File
@@ -49,7 +49,6 @@ spec:
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if .Values.podAnnotations }}
-1
View File
@@ -66,7 +66,6 @@ spec:
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if .Values.podAnnotations }}