From e6db102da85edd7ff5b4a43feec23e8a0d1837b2 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 22 May 2024 17:14:59 +0100 Subject: [PATCH] Put the annotations in the right place Signed-off-by: Michel Hollands --- charts/meta-monitoring/templates/minio/secret.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/meta-monitoring/templates/minio/secret.yaml b/charts/meta-monitoring/templates/minio/secret.yaml index dd1cb97..43f3cb0 100644 --- a/charts/meta-monitoring/templates/minio/secret.yaml +++ b/charts/meta-monitoring/templates/minio/secret.yaml @@ -4,9 +4,9 @@ kind: Secret metadata: name: minio namespace: {{ $.Release.Namespace }} -annotations: - "helm.sh/hook": pre-install - "helm.sh/hook-weight": "-5" + annotations: + "helm.sh/hook": pre-install + "helm.sh/hook-weight": "-5" data: rootUser: dmFsdWUtMg0KDQo= rootPassword: dmFsdWUtMg0KDQo=