mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
{{ template "base" .KubeHome }}
|
|
ENCRYPTION_PROVIDER_CONFIG_PATH={{.EncryptionProviderConfigPath}}
|
|
{{if .EncryptionProviderConfig}}
|
|
ENCRYPTION_PROVIDER_CONFIG={{.EncryptionProviderConfig}}
|
|
{{end}}
|
|
{{if .CloudKMSIntegration}}
|
|
readonly CLOUD_KMS_INTEGRATION=true
|
|
{{end}}
|
|
readonly KUBE_API_SERVER_RUNASUSER={{.KubeAPIServerRunAsUser}}
|