Autopilot Bootstrap
This commit is contained in:
1
bootstrap/cluster-resources/in-cluster.json
Normal file
1
bootstrap/cluster-resources/in-cluster.json
Normal file
@ -0,0 +1 @@
|
||||
{"name":"in-cluster","server":"https://kubernetes.default.svc"}
|
3
bootstrap/cluster-resources/in-cluster/README.md
Normal file
3
bootstrap/cluster-resources/in-cluster/README.md
Normal 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.
|
9
bootstrap/cluster-resources/in-cluster/argocd-ns.yaml
Normal file
9
bootstrap/cluster-resources/in-cluster/argocd-ns.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Prune=false
|
||||
creationTimestamp: null
|
||||
name: argocd
|
||||
spec: {}
|
||||
status: {}
|
Reference in New Issue
Block a user