feat: initial commit
- add structure to clusters, apps and argocd objects - add bootstrapping features
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../argocd/projects
|
||||
- ../../argocd/applicationsets
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: reflector-system
|
||||
Reference in New Issue
Block a user