Use the correct kubectl for the cluster (#248)
This commit is contained in:
@@ -105,6 +105,14 @@ Create the name of the service account to use
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "spire-server.kubectl-image" }}
|
||||
{{- $root := deepCopy . }}
|
||||
{{- if eq (len $root.image.version) 0 }}
|
||||
{{- $_ := set $root.image "version" $root.KubeVersion }}
|
||||
{{- end }}
|
||||
{{- include "spire-lib.image" $root }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "spire-server.config-mysql-query" }}
|
||||
{{- $lst := list }}
|
||||
{{- range . }}
|
||||
|
||||
Reference in New Issue
Block a user