Files
foundation/apps/lldap/lldap.yaml
Dreaded_X a71af68eaa
Some checks failed
kustomization/cilium-config/09e7e40f reconciliation failed
kustomization/cilium/09e7e40f reconciliation succeeded
kustomization/flux-system/09e7e40f reconciliation succeeded
feat: Added lldap
2025-12-17 03:51:11 +01:00

22 lines
374 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: lldap
namespace: flux-system
spec:
interval: 1h
retryInterval: 2m
timeout: 5m
dependsOn:
- name: cnpg
sourceRef:
kind: ExternalArtifact
name: lldap
decryption:
provider: sops
secretRef:
name: sops-gpg
path: ./${cluster_env}
prune: true
wait: true