chore(argo-cd): add new api version for cert-manager (#1713)
chore: add new api version for cert-manager Signed-off-by: Nolan Emirot <emirot.nolan@gmail.com>
This commit is contained in:
parent
e9495d3c10
commit
ed24a95467
2 changed files with 4 additions and 3 deletions
|
|
@ -55,6 +55,8 @@ Return the appropriate apiVersion for cert-manager
|
|||
{{- print .Values.apiVersionOverrides.certmanager -}}
|
||||
{{- else if .Capabilities.APIVersions.Has "cert-manager.io/v1" -}}
|
||||
{{- print "cert-manager.io/v1" -}}
|
||||
{{- else if .Capabilities.APIVersions.Has "cert-manager.io/v1beta1" -}}
|
||||
{{- print "cert-manager.io/v1beta1" -}}
|
||||
{{- else if .Capabilities.APIVersions.Has "cert-manager.io/v1alpha3" -}}
|
||||
{{- print "cert-manager.io/v1alpha3" -}}
|
||||
{{- else if .Capabilities.APIVersions.Has "cert-manager.io/v1alpha2" -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue