add configmap api version

This commit is contained in:
Stavros kois
2022-12-07 15:35:25 +02:00
parent 8b893cc294
commit 49046be60a

View File

@@ -63,6 +63,11 @@
{{- print "v1" -}}
{{- end -}}
{{/* Return the appropriate apiVersion for configMap */}}
{{- define "ix.v1.common.capabilities.configMap.apiVersion" -}}
{{- print "v1" -}}
{{- end -}}
{{/* Return the appropriate apiVersion for NetworkAttachmentDefinition */}}
{{- define "ix.v1.common.capabilities.externalInterfaces.apiVersion" -}}
{{- print "k8s.cni.cncf.io/v1" | quote -}}