45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
processing file "helmfile.yaml" in directory "."
|
|
changing working directory to "/path/to"
|
|
first-pass rendering starting for "helmfile.yaml.part.0": inherited=&{default map[] map[]}, overrode=<nil>
|
|
first-pass uses: &{default map[] map[]}
|
|
first-pass rendering output of "helmfile.yaml.part.0":
|
|
0:
|
|
1: releases:
|
|
2: - name: bar
|
|
3: namespace: ns1
|
|
4: chart: mychart3
|
|
5: - name: foo
|
|
6: chart: mychart2
|
|
7: needs:
|
|
8: - ns1/bar
|
|
9: - name: foo
|
|
10: chart: mychart1
|
|
11: needs:
|
|
12: - ns1/bar
|
|
13:
|
|
|
|
first-pass produced: &{default map[] map[]}
|
|
first-pass rendering result of "helmfile.yaml.part.0": {default map[] map[]}
|
|
vals:
|
|
map[]
|
|
defaultVals:[]
|
|
second-pass rendering result of "helmfile.yaml.part.0":
|
|
0:
|
|
1: releases:
|
|
2: - name: bar
|
|
3: namespace: ns1
|
|
4: chart: mychart3
|
|
5: - name: foo
|
|
6: chart: mychart2
|
|
7: needs:
|
|
8: - ns1/bar
|
|
9: - name: foo
|
|
10: chart: mychart1
|
|
11: needs:
|
|
12: - ns1/bar
|
|
13:
|
|
|
|
merged environment: &{default map[] map[]}
|
|
err: found 2 duplicate releases with ID "default//foo"
|
|
changing working directory back to "/path/to"
|