Autopilot Bootstrap

This commit is contained in:
David Landry 2024-01-21 14:04:21 -05:00
parent 6b37a94ef6
commit b64ffd406e
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: {}