init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"name":"in-cluster","server":"https://kubernetes.default.svc"}
|
||||
@@ -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.
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Prune=false
|
||||
creationTimestamp: null
|
||||
name: argocd
|
||||
spec: {}
|
||||
status: {}
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"kind-production","server":"https://192.168.1.23:6444"}
|
||||
@@ -0,0 +1,3 @@
|
||||
# Cluster Resources
|
||||
This directory contains all cluster resources that should be applied to cluster: `https://192.168.1.23:6444`.
|
||||
For example `Namespace` resources that are shared by multiple applications on the same namespace.
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"kind-staging","server":"https://192.168.1.23:6445"}
|
||||
@@ -0,0 +1,3 @@
|
||||
# Cluster Resources
|
||||
This directory contains all cluster resources that should be applied to cluster: `https://192.168.1.23:6445`.
|
||||
For example `Namespace` resources that are shared by multiple applications on the same namespace.
|
||||
Reference in New Issue
Block a user