--- apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: gitea-runner-token spec: refreshInterval: 1m target: name: gitea-runner-act-runner-secrets deletionPolicy: Delete template: type: Opaque data: token: |- {{ .password }} GITEA__service__CF_TURNSTILE_SITEKEY: |- {{ .CF_TURNSTILE_SITEKEY }} GITEA__service__CF_TURNSTILE_SECRET: |- {{ .CF_TURNSTILE_SECRET }} data: - secretKey: password sourceRef: storeRef: name: vaultwarden-login kind: ClusterSecretStore remoteRef: key: e475b5ab-ea3c-48a5-bb4c-a6bc552fc064 property: login.password - secretKey: CF_TURNSTILE_SITEKEY sourceRef: storeRef: name: vaultwarden-login kind: ClusterSecretStore remoteRef: key: e475b5ab-ea3c-48a5-bb4c-a6bc552fc064 property: fields[0].value - secretKey: CF_TURNSTILE_SECRET sourceRef: storeRef: name: vaultwarden-login kind: ClusterSecretStore remoteRef: key: e475b5ab-ea3c-48a5-bb4c-a6bc552fc064 property: fields[1].value