File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 8
8
server : https://kubernetes.default.svc
9
9
project : default
10
10
source :
11
- # helm:
11
+ # It's possible to override helm values through different ways such as "valueFiles", "values", "valuesObject" and "parameters".
12
+ # Values injections have the following order of precedence parameters > valuesObject > values > valueFiles > helm repository values.yaml Or rather
13
+ # helm:
12
14
# releaseName: application-from-helm
13
- # parameters:
14
- # - name: "replicaCount"
15
- # value: "3"
16
15
# valueFiles:
17
16
# - custom-values.yaml
17
+ # values: |
18
+ # replicaCount: 3
19
+ # valuesObject:
20
+ # replicaCount: 5
21
+ # parameters:
22
+ # - name: "replicaCount"
23
+ # value: "1"
18
24
path : v03-argocd-applications/helm/nginx
19
25
repoURL : https://github.com/devopshobbies/argocd-tutorial.git
20
26
targetRevision : main
You can’t perform that action at this time.
0 commit comments