feat(argo-cd): Add API version overrides for PDB and GKE (#1524)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
bbecd7445d
commit
6b523e3b0b
18 changed files with 130 additions and 91 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{- if .Values.controller.pdb.enabled }}
|
||||
apiVersion: {{ include "argo-cd.podDisruptionBudget.apiVersion" . }}
|
||||
apiVersion: {{ include "argo-cd.apiVersion.pdb" . }}
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ template "argo-cd.controller.fullname" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue