kms.template 271 B

12345678
  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}}