Files
infrastructure/clusters/cl01tl/helm/ntfy/templates/external-secret.yaml
Alex Lebens 8282c9a8fb
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 32s
lint-test-helm / lint-helm (pull_request) Successful in 14m19s
lint-test-helm / validate-kubeconform (pull_request) Successful in 16m8s
feat: add more
2026-04-22 17:44:05 -05:00

18 lines
431 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: ntfy-config
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ntfy-config
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: attachment-cache-dir
remoteRef:
key: /garage/home-infra/ntfy-attachments
property: S3_URI