charts/pipelines-library/templates/resources/cm-tekton-cache.yaml (8 lines of code) (raw):

{{ if index .Values "tekton-cache" "url" }} apiVersion: v1 kind: ConfigMap metadata: name: tekton-cache data: url: {{ index .Values "tekton-cache" "url" }} {{ end }}