Initial Commit

This commit is contained in:
James Bland
2023-11-13 21:16:46 +00:00
parent d7caacbf90
commit 3dd891cdf8
4 changed files with 84 additions and 0 deletions

23
application.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: myapp-argo-application
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.kinectech.com/James.Bland/argocd-test.git
targetRevision: HEAD
path: dev
destination:
server: https://kubernetes.default.svc
namespace: myapp
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true