feat(argo): Add basic deployment

This commit is contained in:
Tanguy Herbron 2023-04-03 10:16:59 +02:00
parent e6d25f5d60
commit f0e7189e94
2 changed files with 11 additions and 0 deletions

7
argo/kustomization.yaml Normal file
View 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
View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: argocd