From 1ed59b5209db0184a57dd90461a481ab74e88517 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 09:32:06 +0200 Subject: [PATCH] feat: cicd --- chart/templates/StatefulSet.surreal.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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