Skip to content

Commit

Permalink
chore: fix valuesFiles examples (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
decleaver committed Jun 12, 2024
1 parent 3e3793c commit 29fc9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ packages:
helm-overrides-component:
podinfo:
valuesFiles:
- file: values.yaml
- values.yaml
values:
- path: "replicaCount"
value: 2
Expand Down Expand Up @@ -95,7 +95,7 @@ packages:
helm-overrides-component: # component name inside of the helm-overrides-package Zarf pkg
podinfo: # chart name from the helm-overrides-component component
valuesFiles:
- file: values.yaml
- values.yaml
values:
- path: "replicaCount"
value: 2
Expand Down

0 comments on commit 29fc9b2

Please sign in to comment.