initial commit

This commit is contained in:
2022-10-11 08:13:16 -05:00
commit fe686e6579
41 changed files with 14059 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
apiVersion: v1
kind: Secret
metadata:
name: test-app
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repository
stringData:
url: https://gitlab.com/infrastructure-as-code5/infrastructure.git
password: 3p4MGtXAk3sYwQDDXQrp
username: gitlab+deploy-token-957909
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/infrastructure-as-code5/infrastructure.git
targetRevision: main
path: argocd/argocd
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true