Autopilot Bootstrap

This commit is contained in:
2024-10-09 11:45:12 +02:00
parent d913fcbc27
commit a843128f9b
9 changed files with 203 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: {}