github.com/olli-ai/jx/v2@v2.0.400-0.20210921045218-14731b4dd448/pkg/cmd/opts/test_data/lint/templates/test.yaml (about)

     1  {{- /* Check that reading .Values.global.xxx won't fail */ -}}
     2  {{- if .Values.global.jxPreview -}}
     3  preview
     4  {{- else -}}
     5  no_preview
     6  {{- end -}}
     7  : true
     8  
     9  {{- /* Check that .Values.global.jxLint is true */ -}}
    10  {{- if not .Values.global.jxLint -}}
    11  {{- fail "global.jxLint expected" -}}
    12  {{- end -}}