You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
534 B
YAML
24 lines
534 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: old-mobene-cusqa
|
|
namespace: argo-cd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: 'https://prodnso-gitea-01.smardigo.digital/argocd/mobene-helm.git'
|
|
path: config/default
|
|
targetRevision: main
|
|
helm:
|
|
valueFiles:
|
|
- cusqa/values.yaml
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: cus-mobene-cusqa
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|