This commit is contained in:
Andrei Kartashov 2023-09-24 10:19:59 +07:00
parent 30e2441587
commit 87c547e0c1
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,19 @@
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/

View file

@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: test
data:
test: test