8 lines
274 B
YAML
8 lines
274 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- notepad.yaml
|
|
# - argocd.yaml # enable once Argo CD itself is onboarded (self-managed)
|
|
# - openwebui.yaml # future apps: one Application file each, listed here
|
|
# - paperless.yaml
|