mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
22 lines
448 B
YAML
22 lines
448 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: worker
|
|
spec:
|
|
destination:
|
|
namespace: helmcoins
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
path: generic-service
|
|
repoURL: 'https://github.com/antweiss/kubercoins.git'
|
|
targetRevision: helm
|
|
helm:
|
|
valueFiles:
|
|
- values.yaml
|
|
- ../values/worker.yaml
|
|
project: default
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|