feat(argo): Add basic deployment
This commit is contained in:
parent
e6d25f5d60
commit
f0e7189e94
7
argo/kustomization.yaml
Normal file
7
argo/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: argocd
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
4
argo/namespace.yaml
Normal file
4
argo/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argocd
|
Loading…
Reference in New Issue
Block a user