diff --git a/charts/connect/templates/connect-pdb.yaml b/charts/connect/templates/connect-pdb.yaml index 1ef7159..2720dd5 100644 --- a/charts/connect/templates/connect-pdb.yaml +++ b/charts/connect/templates/connect-pdb.yaml @@ -17,5 +17,5 @@ spec: selector: matchLabels: app.kubernetes.io/component: connect - {{- include "onepassword-connect.selectorLabels" . | nindent 6 }} -{{- end }} \ No newline at end of file + app: {{ .Values.connect.applicationName }} +{{- end }} diff --git a/charts/connect/templates/operator-pdb.yaml b/charts/connect/templates/operator-pdb.yaml index 89e29ea..8f602ee 100644 --- a/charts/connect/templates/operator-pdb.yaml +++ b/charts/connect/templates/operator-pdb.yaml @@ -17,5 +17,5 @@ spec: selector: matchLabels: app.kubernetes.io/component: operator - {{- include "onepassword-connect.selectorLabels" . | nindent 6 }} -{{- end }} \ No newline at end of file + name: {{ .Values.connect.applicationName }} +{{- end }}