From 8396194272c76d0c220b698fc7f4cc86fb017bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20GLON?= Date: Mon, 4 Dec 2023 16:59:12 +0100 Subject: [PATCH 1/2] fix(msqsql): set statefulset servicename --- charts/self-host/templates/mssql.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/self-host/templates/mssql.yaml b/charts/self-host/templates/mssql.yaml index 088b3927..609e2507 100644 --- a/charts/self-host/templates/mssql.yaml +++ b/charts/self-host/templates/mssql.yaml @@ -13,6 +13,7 @@ metadata: {{ toYaml . | indent 4 }} {{- end }} spec: + serviceName: {{ template "bitwarden.mssql" . }} replicas: 1 updateStrategy: type: "{{ .Values.database.updateStrategy }}" From 3dcbbe9a7b95dab1487f41de7a050036d3bbf4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20GLON?= Date: Mon, 4 Dec 2023 17:13:15 +0100 Subject: [PATCH 2/2] Fix duplicate field on scim --- charts/self-host/templates/scim.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/self-host/templates/scim.yaml b/charts/self-host/templates/scim.yaml index 0a615211..1da39041 100644 --- a/charts/self-host/templates/scim.yaml +++ b/charts/self-host/templates/scim.yaml @@ -66,7 +66,6 @@ spec: ports: - containerPort: 5000 resources: - resources: {{ toYaml .Values.component.scim.resources | indent 10 }} volumeMounts: - name: attachments