k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/cluster/gce/gci/testdata/kube-apiserver/kms.template (about)

     1  {{ template "base" .KubeHome }}
     2  ENCRYPTION_PROVIDER_CONFIG_PATH={{.EncryptionProviderConfigPath}}
     3  {{if .EncryptionProviderConfig}}
     4    ENCRYPTION_PROVIDER_CONFIG={{.EncryptionProviderConfig}}
     5  {{end}}
     6  {{if .CloudKMSIntegration}}
     7    readonly CLOUD_KMS_INTEGRATION=true
     8  {{end}}
     9  readonly KUBE_API_SERVER_RUNASUSER={{.KubeAPIServerRunAsUser}}