Uploaded image for project: 'OpenShift Pipelines'
  1. OpenShift Pipelines
  2. SRVKP-4137

Tekton Param should be able to expand in configmap items

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • Pipelines 1.14.0
    • Tekton Pipelines
    • None
    • False
    • None
    • False
    • Pipelines Sprint 260

      This is follow up issue of https://issues.redhat.com/browse/SRVKP-2909

      Currently, we do support workspace provided as

          - name: custom4
            configMap:
              name: $(params.name)-configmap
              items:
                - key: message
                  path: my-message.txt 

      but we do not support workspace provided as

          - name: custom4
            configMap:
              name: $(params.name)-configmap
              items:
                - key: message
                  path: $(params.name)-message.txt 

      This is to add the feature to support param replacement at items level in workspace

      Upstream issue https://github.com/tektoncd/pipeline/issues/7667

            Unassigned Unassigned
            piyushgarg001 Piyush Garg
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: