File tree Expand file tree Collapse file tree 7 files changed +41
-2
lines changed
Expand file tree Collapse file tree 7 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 66DOCKER_HELM_UNITITEST_IMAGE := helmunittest/helm-unittest:3.16.1-0.6.3
77LOCAL_UNIT_TEST := $(HOME ) /source/self/go-workshop/helm-unittest-tmp/untt
88
9- ISSUE := issue-497
10-
119SUPPORTED := chart \
1210 issue-156 \
1311 issue-268 \
@@ -36,8 +34,11 @@ SUPPORTED := chart \
3634 issue-351 \
3735 issue-457 \
3836 issue-471 \
37+ issue-494 \
3938 issue-497
4039
40+ ISSUE := issue-494
41+
4142FILTER_FOLDER := $(filter $(folder ) ,$(SUPPORTED ) )
4243
4344.PHONY : help
Original file line number Diff line number Diff line change 1+ apiVersion : v2
2+ description : An example chart with customized subchart
3+ name : base64-decode-issue
4+ version : 0.1.0
5+ issueLink : https://github.com/helm-unittest/helm-unittest/issues/494
6+ supportedLinks :
7+ - https://github.com/helm-unittest/helm-unittest/issues/494
Original file line number Diff line number Diff line change 1+ # ISSUE 497
2+
3+ ![ reproduced stack trace] ( ./assets/evidence.png )
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Secret
3+ type : Opaque
4+ metadata :
5+ name : foo
6+ data :
7+ greeting : ' aGVsbG8K'
8+
Original file line number Diff line number Diff line change 1+ suite : test wardend service
2+ templates :
3+ - secret.yaml
4+ tests :
5+ - it : should be "hello"
6+ asserts :
7+ - equal :
8+ path : data.greeting
9+ value : hello
10+ decodeBase64 : true
11+ # value: 'aGVsbG8K'
Original file line number Diff line number Diff line change 1+ hosts :
2+ - chart-example.local
3+ - chart-example.remote
4+
5+ hostsMap :
6+ - name : value0
7+ attribute : attribute0
8+ - name : value1
9+ attribute : attribute1
You can’t perform that action at this time.
0 commit comments