Skip to content

Commit

Permalink
Handling the chart rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoldbear committed May 16, 2024
1 parent ed50dc5 commit dbcb925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "ejbca-community-helm.fullname" . }}
name: {{ include "ejbca.fullname" . }}
labels:
{{- include "ejbca-community-helm.labels" . | nindent 4 }}
{{- include "ejbca.labels" . | nindent 4 }}
spec:
{{- if .Values.podDisruptionBudget.minAvailable }}
minAvailable: {{ .Values.podDisruptionBudget.minAvailable }}
Expand All @@ -13,5 +13,5 @@ spec:
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable }}
{{- end }}
selector:
matchLabels: {{- include "ejbca-community-helm.selectorLabels" . | nindent 6 }}
matchLabels: {{- include "ejbca.selectorLabels" . | nindent 6 }}
{{- end }}

0 comments on commit dbcb925

Please sign in to comment.