Uploaded image for project: 'Camel-K'
  1. Camel-K
  2. CMLK-1305

Kamelet insert-header-action should take value as simple instead of constant

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • camel-k-1.10.5
    • camel-k-1.10.3
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Very Likely
    • 0

      Kamelet insert-header-action should take value as simple instead of constant:

      From

        template:
          from:
            steps:
              - set-header:
                  name: '{{name}}'
                  constant: '{{value}}'
            uri: 'kamelet:source'
      

      To

        template:
          from:
            steps:
              - set-header:
                  name: '{{name}}'
                  simple: '{{value}}'
            uri: 'kamelet:source'
      

              acosenti Andrea Cosentino
              rhn-support-aboucham Abel Bouchama
              Lucie Krejcirova Lucie Krejcirova
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: