File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2424 python-version : 3.7
2525
2626 - name : Set up chart-testing
27- 28- with :
29- version : v3.3.0
27+ 3028
3129 - name : Run chart-testing (list-changed)
3230 id : list-changed
4038 run : ct lint --config ct.yaml
4139
4240 - name : Create kind cluster
43- uses : helm/kind-action@v1.1 .0
41+ uses : helm/kind-action@v1.2 .0
4442 if : steps.list-changed.outputs.changed == 'true'
4543
4644 - name : Run chart-testing (install)
Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 4.0.0
2+ version : 4.0.1
33apiVersion : v2
44appVersion : 7.1.3
55home : https://oauth2-proxy.github.io/oauth2-proxy/
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ data:
186186 cert.pem : AB..==
187187 cert.key : CD..==
188188` ` `
189+
189190## Extra environment variable templating
190191The extraEnv value supports the tpl function which evaluate strings as templates inside the deployment template.
191192This is useful to pass a template string as a value to the chart's extra environment variables and to render external configuration environment values
You can’t perform that action at this time.
0 commit comments