-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathvalues.yaml
26 lines (25 loc) · 901 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
argoconfig:
application:
# -- Optional annotations to add to all Applications metadata.
annotations: {}
# -- [Argo Rollouts](https://argoproj.github.io/argo-rollouts/) ([example](./examples/argo-rollouts.yaml))
# @default -- -
argoRollouts:
# -- Enable Argo Rollouts
enabled: false
name: argo-rollouts
# -- Annotations for Argo Rollouts app
annotations: {}
destination:
# -- Namespace
namespace: "infra-argo-rollouts"
# -- Repo URL
# @default -- [repo](https://argoproj.github.io/argo-helm)
repoURL: "https://argoproj.github.io/argo-helm"
# -- Chart
chart: "argo-rollouts"
# -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version
targetRevision: "2.38.0"
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
values: {}