Skip to content

Commit 9330799

Browse files
authoredSep 30, 2024
Add metadata to argocd application/helm
1 parent 7e23531 commit 9330799

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎v03-argocd-applications/application-helm.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ spec:
88
server: https://kubernetes.default.svc
99
project: default
1010
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:
1214
# releaseName: application-from-helm
13-
# parameters:
14-
# - name: "replicaCount"
15-
# value: "3"
1615
# valueFiles:
1716
# - custom-values.yaml
17+
# values: |
18+
# replicaCount: 3
19+
# valuesObject:
20+
# replicaCount: 5
21+
# parameters:
22+
# - name: "replicaCount"
23+
# value: "1"
1824
path: v03-argocd-applications/helm/nginx
1925
repoURL: https://github.com/devopshobbies/argocd-tutorial.git
2026
targetRevision: main

0 commit comments

Comments
 (0)
Please sign in to comment.