File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments