Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set multiline properties in Kamelet bindings #2361

Closed
nicolaferraro opened this issue Jun 4, 2021 · 0 comments · Fixed by #2369
Closed

Can't set multiline properties in Kamelet bindings #2361

nicolaferraro opened this issue Jun 4, 2021 · 0 comments · Fixed by #2369
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@nicolaferraro
Copy link
Member

One example is: https://github.com/apache/camel-kamelets/pull/330/files#diff-c81f389241ecccbb03f18791698351f85f8f668f909a55b7291552aafd6b3a9bR23

Where I wanted to provide a cleaner way to provide a schema, like:

# ...
schema: |-
  {
    "type": "record",
    "namespace": "com.example",
    ...
  }

But apparently when the operator maps KameletBinding property values to the application.properties file it does not encode newline characters (and other special chars).

@nicolaferraro nicolaferraro added the kind/bug Something isn't working label Jun 4, 2021
@nicolaferraro nicolaferraro added this to the 1.4.1 milestone Jun 4, 2021
@nicolaferraro nicolaferraro self-assigned this Jun 7, 2021
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Jun 7, 2021
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Jun 7, 2021
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Jun 7, 2021
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Jun 7, 2021
nicolaferraro added a commit to nicolaferraro/camel-k that referenced this issue Jun 7, 2021
nicolaferraro added a commit that referenced this issue Jun 9, 2021
nicolaferraro added a commit that referenced this issue Jun 9, 2021
orpiske pushed a commit to orpiske/camel-k that referenced this issue Jun 10, 2021
orpiske pushed a commit to orpiske/camel-k that referenced this issue Jun 10, 2021
orpiske pushed a commit to orpiske/camel-k that referenced this issue Jun 11, 2021
orpiske pushed a commit to orpiske/camel-k that referenced this issue Jun 11, 2021
orpiske pushed a commit that referenced this issue Jun 11, 2021
orpiske pushed a commit that referenced this issue Jun 11, 2021
orpiske pushed a commit to orpiske/camel-k that referenced this issue Jun 22, 2021
orpiske pushed a commit that referenced this issue Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant