mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
add secret version
This commit is contained in:
@@ -63,11 +63,16 @@
|
||||
{{- print "v1" -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Return the appropriate apiVersion for configMap */}}
|
||||
{{/* Return the appropriate apiVersion for ConfigMap */}}
|
||||
{{- define "ix.v1.common.capabilities.configMap.apiVersion" -}}
|
||||
{{- print "v1" -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Return the appropriate apiVersion for Secret */}}
|
||||
{{- define "ix.v1.common.capabilities.secret.apiVersion" -}}
|
||||
{{- print "v1" -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Return the appropriate apiVersion for NetworkAttachmentDefinition */}}
|
||||
{{- define "ix.v1.common.capabilities.externalInterfaces.apiVersion" -}}
|
||||
{{- print "k8s.cni.cncf.io/v1" | quote -}}
|
||||
|
||||
Reference in New Issue
Block a user