mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
I have used the cookie-cutter from the examples already there. Signed-off-by: Michael Bridgen <michael@weave.works>
15 lines
387 B
YAML
15 lines
387 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: flux-system
|
|
resources:
|
|
- namespace.yaml
|
|
- ../bases/source-controller
|
|
- ../bases/kustomize-controller
|
|
- ../bases/notification-controller
|
|
- ../bases/helm-controller
|
|
- ../bases/image-reflector-controller
|
|
- ../bases/image-automation-controller
|
|
- ../rbac
|
|
- ../policies
|
|
transformers:
|
|
- labels.yaml
|