Put the annotations in the right place

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-22 17:14:59 +01:00
parent 1a33ef0d2b
commit e6db102da8

View File

@ -4,9 +4,9 @@ kind: Secret
metadata: metadata:
name: minio name: minio
namespace: {{ $.Release.Namespace }} namespace: {{ $.Release.Namespace }}
annotations: annotations:
"helm.sh/hook": pre-install "helm.sh/hook": pre-install
"helm.sh/hook-weight": "-5" "helm.sh/hook-weight": "-5"
data: data:
rootUser: dmFsdWUtMg0KDQo= rootUser: dmFsdWUtMg0KDQo=
rootPassword: dmFsdWUtMg0KDQo= rootPassword: dmFsdWUtMg0KDQo=