We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100ca2a commit 4779923Copy full SHA for 4779923
cmd/template/cluster-secret.yaml
@@ -59,7 +59,7 @@ data:
59
certData: "{{ base64 .KubeConfig.TLSClientConfig.CertData }}"
60
{{ end }}
61
# Server should be accessed without verifying the TLS certificate
62
- insecure: "{{ .KubeConfig.TLSClientConfig.Insecure }}"
+ insecure: {{ .KubeConfig.TLSClientConfig.Insecure }}
63
{{ if .KubeConfig.TLSClientConfig.KeyData }}
64
# Base64 encoded PEM-encoded bytes (typically read from a client certificate key file).
65
keyData: "{{ base64 .KubeConfig.TLSClientConfig.KeyData }}"
0 commit comments