stacks-instances/otc/redis-test.t09.de/stacks/ref-implementation/argo-workflows/manifests/dev/external-secret.yaml
Automated pipeline ba4d7a08cc Initial upload
2025-06-16 14:23:24 +00:00

20 lines
464 B
YAML

apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: keycloak-oidc
namespace: argo
spec:
secretStoreRef:
name: keycloak
kind: ClusterSecretStore
target:
name: keycloak-oidc
data:
- secretKey: client-id
remoteRef:
key: keycloak-clients
property: ARGO_WORKFLOWS_CLIENT_ID
- secretKey: secret-key
remoteRef:
key: keycloak-clients
property: ARGO_WORKFLOWS_CLIENT_SECRET