20 lines
411 B
YAML
20 lines
411 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: concourse
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: 'https://concourse-charts.storage.googleapis.com/'
|
||
|
targetRevision: 17.1.1
|
||
|
helm:
|
||
|
values: |-
|
||
|
clusterName: Concourse
|
||
|
secrets:
|
||
|
create: true
|
||
|
chart: concourse
|
||
|
destination:
|
||
|
namespace: concourse
|
||
|
name: in-cluster
|