restruct project structure using argocd-autopilot

This commit is contained in:
2024-07-15 00:41:06 +10:00
parent fd7f45a535
commit 0778ba5821
15 changed files with 301 additions and 59 deletions

View File

@@ -0,0 +1 @@
{"name":"in-cluster","server":"https://kubernetes.default.svc"}

View File

@@ -0,0 +1,3 @@
# Cluster Resources
This directory contains all cluster resources that should be applied to cluster: `in-cluster`.
For example `Namespace` resources that are shared by multiple applications on the same namespace.

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: argocd
spec: {}
status: {}