Files
infrastructure/clusters/cl01tl/applications/site-documentation/templates/external-secret.yaml
Alex Lebens 1e63931ef2
All checks were successful
lint-test-helm / helm-lint (push) Successful in 30s
renovate / renovate (push) Successful in 1m20s
add docs site
2025-07-31 19:11:34 -05:00

22 lines
636 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: site-documentation-cloudflared-api-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: site-documentation-cloudflared-api-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: cf-tunnel-token
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cloudflare/tunnels/site-documentation
metadataPolicy: None
property: token