24 lines
583 B
YAML
24 lines
583 B
YAML
---
|
|
# Source: authentik/templates/external-secret.yaml
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: authentik-key-secret
|
|
namespace: authentik
|
|
labels:
|
|
app.kubernetes.io/name: authentik-key-secret
|
|
app.kubernetes.io/instance: authentik
|
|
app.kubernetes.io/part-of: authentik
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault
|
|
data:
|
|
- secretKey: key
|
|
remoteRef:
|
|
conversionStrategy: Default
|
|
decodingStrategy: None
|
|
key: /cl01tl/authentik/key
|
|
metadataPolicy: None
|
|
property: key
|