apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: headlamp-oidc-secret namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: headlamp-oidc-secret app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }} spec: secretStoreRef: kind: ClusterSecretStore name: vault data: - secretKey: OIDC_CLIENT_ID remoteRef: key: /authentik/oidc/headlamp property: client - secretKey: OIDC_CLIENT_SECRET remoteRef: key: /authentik/oidc/headlamp property: secret - secretKey: OIDC_ISSUER_URL remoteRef: key: /authentik/oidc/headlamp property: issuer - secretKey: OIDC_SCOPES remoteRef: key: /authentik/oidc/headlamp property: scopes - secretKey: HEADLAMP_CONFIG_OIDC_VALIDATOR_IDP_ISSUER_URL remoteRef: key: /authentik/oidc/headlamp property: validator-issuer-url - secretKey: HEADLAMP_CONFIG_OIDC_VALIDATOR_CLIENT_ID remoteRef: key: /authentik/oidc/headlamp property: validator-client-id