Skip to content
Snippets Groups Projects
Commit a0aac771 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix pdb

parent bc4290ec
No related branches found
No related tags found
No related merge requests found
{{- if .Values.budget.app.minAvailable }} {{- if .Values.budget.app }}
apiVersion: policy/v1 apiVersion: policy/v1
kind: PodDisruptionBudget kind: PodDisruptionBudget
metadata: metadata:
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
release: {{ .Release.Name }} release: {{ .Release.Name }}
minAvailable: {{ .Values.budget.app.minAvailable }} minAvailable: {{ .Values.budget.app.minAvailable }}
{{- end }} {{- end }}
{{- if .Values.budget.worker.minAvailable }} {{- if .Values.budget.worker }}
--- ---
apiVersion: policy/v1 apiVersion: policy/v1
kind: PodDisruptionBudget kind: PodDisruptionBudget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment