Skip to content

Commit 2212433

Browse files
Avoid statefulset errors
1 parent 4a8f3aa commit 2212433

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chart/templates/statefulset-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
- metadata:
148148
name: data
149149
labels:
150-
{{- include "openops.componentLabels" (dict "root" . "component" "postgres") | nindent 8 }}
150+
{{- include "openops.componentSelectorLabels" (dict "root" . "component" "postgres") | nindent 8 }}
151151
{{- with .Values.postgres.storage.annotations }}
152152
annotations:
153153
{{- toYaml . | nindent 8 }}

chart/templates/statefulset-redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
- metadata:
149149
name: data
150150
labels:
151-
{{- include "openops.componentLabels" (dict "root" . "component" "redis") | nindent 8 }}
151+
{{- include "openops.componentSelectorLabels" (dict "root" . "component" "redis") | nindent 8 }}
152152
{{- with .Values.redis.storage.annotations }}
153153
annotations:
154154
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)