mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
test
This commit is contained in:
parent
30e2441587
commit
87c547e0c1
2 changed files with 25 additions and 0 deletions
19
state/gullfaxi/apps/test/application.yaml
Normal file
19
state/gullfaxi/apps/test/application.yaml
Normal 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/
|
||||
6
state/gullfaxi/apps/test/manifests/test.yaml
Normal file
6
state/gullfaxi/apps/test/manifests/test.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: test
|
||||
data:
|
||||
test: test
|
||||
Loading…
Reference in a new issue