Updated project to improve guidance
Some checks failed
terraform / validate (push) Failing after 37s
Some checks failed
terraform / validate (push) Failing after 37s
This commit is contained in:
parent
63008b3ab9
commit
4ea6d8b9e5
26 changed files with 1091 additions and 695 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# Plain kustomize, no patches/overlays — this just lists which files
|
||||
# belong to this app so `kustomize build apps/podinfo` (or Flux's own
|
||||
# `Kustomization` object of the same name in clusters/homelab/apps.yaml,
|
||||
# pointed at this directory) has one thing to apply. Order matters only in
|
||||
# that namespace.yaml has to exist before objects that reference it, but
|
||||
# kubectl/kustomize sort by kind anyway, so this is really just an
|
||||
# inventory.
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue