[heml] complete redesign of labels (#4788)

This commit is contained in:
Dmitriy Pavlov
2023-08-28 17:37:05 +03:00
committed by GitHub
parent 3d45ecd326
commit 56aef67912
27 changed files with 228 additions and 123 deletions

View File

@@ -12,6 +12,12 @@ metadata:
annotations:
"helm.sh/resource-policy": keep
"helm.sh/hook": "pre-install"
labels:
app.kubernetes.io/name: {{ template "seaweedfs.name" . }}
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: s3
stringData:
admin_access_key_id: {{ $access_key_admin }}
admin_secret_access_key: {{ $secret_key_admin }}