https://github.com/bitsofinfo/helmfile-statevalue-key1
https://github.com/roboll/helmfile/issues/773
https://github.com/bitsofinfo/helmfile-statevalue-key1
Last synced: 19 days ago
JSON representation
https://github.com/roboll/helmfile/issues/773
- Host: GitHub
- URL: https://github.com/bitsofinfo/helmfile-statevalue-key1
- Owner: bitsofinfo
- Created: 2019-07-26T20:13:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T20:14:40.000Z (over 6 years ago)
- Last Synced: 2025-01-29T11:12:59.855Z (12 months ago)
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helmfile-statevalue-key1
Run w/ helmfile 0.80.0
This:
```
./helmfile --log-level debug \
--state-values-set top.middle.x='x1',top.middle.y='y1' \
--file helmfile.works.yaml template
```
or this:
```
./helmfile --log-level debug \
--state-values-set top.middle.x='x1' \
--state-values-set top.middle.y='y1' \
--file helmfile.works.yaml template
```
I get:
```
second-pass rendering result of "helmfile.works.yaml.part.0":
0: releases:
1: - name: nginx-1
2: chart: stable/nginx-ingress
3: values:
4:
5: - key-x: "exists"
6:
7: x: x1
8: y:
9:
```
I expect `y: y1` and `key-y: "exists"` but they are missing