Files
kubedeploy-k3s/infrastructure/02-argocd/applications/projects-website.yaml
2024-04-09 07:34:06 +02:00

18 lines
381 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: website
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: website
project: default
source:
path: projects/website
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
syncOptions:
- CreateNamespace=true