mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
22 lines
527 B
YAML
22 lines
527 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: memgraph
|
|
spec:
|
|
project: generations-heritage-vv
|
|
source:
|
|
repoURL: 'https://github.com/vcscsvcscs/GenerationsHeritage'
|
|
path: deployment/memgraph
|
|
targetRevision: main
|
|
kustomize:
|
|
namespace: generations-heritage
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: generations-heritage
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
|