19 lines
423 B
YAML
19 lines
423 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: olallalab
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
|
|
targetRevision: HEAD
|
|
path: apps/olallalab
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: olallalab
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|