diff --git a/deployments/game-servers/wings-ark-sa/externalsecret.yaml b/deployments/game-servers/wings-ark-sa/externalsecret.yaml index 9a40726..953e5b7 100644 --- a/deployments/game-servers/wings-ark-sa/externalsecret.yaml +++ b/deployments/game-servers/wings-ark-sa/externalsecret.yaml @@ -6,21 +6,18 @@ metadata: spec: refreshInterval: 1h secretStoreRef: - name: vault + name: vault-secret-store kind: ClusterSecretStore target: name: wings-ark-sa-config - creationPolicy: Owner + template: + engineVersion: v2 data: - - secretKey: WINGS_UUID + - secretKey: config remoteRef: - key: wings/ark-sa - property: uuid - - secretKey: WINGS_TOKEN + key: secret/data/Talos Cluster/wings/ark-sa + property: config + - secretKey: api_key remoteRef: - key: wings/ark-sa - property: token - - secretKey: LOCALE - remoteRef: - key: wings/ark-sa - property: locale + key: secret/data/Talos Cluster/wings/ark-sa + property: api_key