diff --git a/clusters/cl01tl/platform/vault/templates/external-secret.yaml b/clusters/cl01tl/platform/vault/templates/external-secret.yaml index 20a186a53..740f9aa06 100644 --- a/clusters/cl01tl/platform/vault/templates/external-secret.yaml +++ b/clusters/cl01tl/platform/vault/templates/external-secret.yaml @@ -18,16 +18,16 @@ spec: remoteRef: conversionStrategy: Default decodingStrategy: None - key: /cl01tl/vault/snapshot/approle + key: /cl01tl/vault/snapshot metadataPolicy: None - property: role-id + property: VAULT_APPROLE_ROLE_ID - secretKey: VAULT_APPROLE_SECRET_ID remoteRef: conversionStrategy: Default decodingStrategy: None - key: /cl01tl/vault/snapshot/approle + key: /cl01tl/vault/snapshot metadataPolicy: None - property: secret-id + property: VAULT_APPROLE_SECRET_ID --- apiVersion: external-secrets.io/v1beta1