10 lines
455 B
YAML
10 lines
455 B
YAML
# Optional add-on **Application** CRs and namespaces — composed only of sub-kustomizations (add a directory + **kustomization.yaml**).
|
|
# Included from **clusters/noble/bootstrap/kustomization.yaml** so **kubectl apply -k clusters/noble/bootstrap** and
|
|
# Argo **noble-bootstrap-root** apply this tree with the rest of bootstrap static YAML.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- homepage
|
|
- open-webui
|
|
- trivy
|