mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
19 lines
420 B
YAML
19 lines
420 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: test
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: test
|
|
project: apps
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
source:
|
|
repoURL: git@github.com:amkartashov/gf-k8s.git
|
|
targetRevision: main
|
|
path: state/gullfaxi/apps/test/manifests/
|