9 lines
292 B
YAML
9 lines
292 B
YAML
# Inventory of this app's manifests — see apps/podinfo/kustomization.yaml
|
|
# for why listed order here doesn't matter for apply ordering.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- rbac.yaml
|
|
- helmrepository.yaml
|
|
- helmrelease.yaml
|