Autopilot Bootstrap

This commit is contained in:
2024-10-09 12:05:31 +02:00
parent 118c41b7f5
commit 0116289737
8 changed files with 176 additions and 0 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: {}