Skip to content

Commit

Permalink
Fix podDisruptionBudget labels (#213)
Browse files Browse the repository at this point in the history
* Fix match labels for pdb objects

Signed-off-by: Manuel Morejon <[email protected]>

* Allow using minAvailable and maxUnavailable values

Signed-off-by: Manuel Morejon <[email protected]>

* avoid breaking chagnes

Signed-off-by: Manuel Morejon <[email protected]>

---------

Signed-off-by: Manuel Morejon <[email protected]>
  • Loading branch information
mmorejon authored Nov 14, 2024
1 parent 6f49cb7 commit d309f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/connect/templates/connect-pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
selector:
matchLabels:
app.kubernetes.io/component: connect
{{- include "onepassword-connect.selectorLabels" . | nindent 6 }}
{{- end }}
app: {{ .Values.connect.applicationName }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/connect/templates/operator-pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
selector:
matchLabels:
app.kubernetes.io/component: operator
{{- include "onepassword-connect.selectorLabels" . | nindent 6 }}
{{- end }}
name: {{ .Values.connect.applicationName }}
{{- end }}

0 comments on commit d309f47

Please sign in to comment.