diff --git a/chart/templates/StatefulSet.surreal.yaml b/chart/templates/StatefulSet.surreal.yaml index 605f7ad..5c5d063 100644 --- a/chart/templates/StatefulSet.surreal.yaml +++ b/chart/templates/StatefulSet.surreal.yaml @@ -14,6 +14,10 @@ spec: selector: matchLabels: app: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb" + template: + metadata: + labels: + app: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb" spec: securityContext: runAsUser: 1000