- add structure to clusters, apps and argocd objects - add bootstrapping features
14 lines
260 B
YAML
14 lines
260 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
helmCharts:
|
|
- name: reflector
|
|
repo: oci://ghcr.io/emberstack/helm-charts
|
|
version: "10.0.1"
|
|
releaseName: reflector
|
|
namespace: reflector-system
|