You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
741 B
21 lines
741 B
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: demo-apimgmt-infra
|
|
namespace: openshift-gitops
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
path: infrastructure
|
|
repoURL: 'https://github.com/nmasse-itix/demo-apimgmt.git'
|
|
targetRevision: gitops
|
|
helm:
|
|
valueFiles:
|
|
- ../infrastructure-values.yaml
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: false
|
|
|