Files
infrastructure/clusters/cl01tl/helm/outline/templates/external-secret.yaml
Alex Lebens 134ce4ae01
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m8s
lint-test-helm / lint-helm (pull_request) Successful in 9m3s
lint-test-helm / validate-kubeconform (pull_request) Successful in 10m26s
feat: add more
2026-04-22 19:14:38 -05:00

45 lines
1.0 KiB
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: outline-key
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: outline-key
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: secret-key
remoteRef:
key: /cl01tl/outline/key
property: secret-key
- secretKey: utils-key
remoteRef:
key: /cl01tl/outline/key
property: utils-key
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: outline-oidc-authentik
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: outline-oidc-authentik
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: client
remoteRef:
key: /cl01tl/authentik/oidc/outline
property: client
- secretKey: secret
remoteRef:
key: /cl01tl/authentik/oidc/outline
property: secret