pkg/helmshim/fixtures/basic-chart/templates/skipped-but-with-fancy-comment.yaml (8 lines of code) (raw):
# This comment forces the file to be included in the rendered output :)
{{- if false }}
apiVersion: v1
kind: ConfigMap
metadata:
name: another-config-map
data:
some: "value"
{{- end }}