You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/18 16:58:46 UTC

[GitHub] [camel-k] essobedo opened a new pull request, #3553: fix: properly set annotations and labels to Kamelets

essobedo opened a new pull request, #3553:
URL: https://github.com/apache/camel-k/pull/3553

   ## Motivation
   
   When using the uninstall command, the platform Kamelets are not removed as expected due to a missing label.
   
   ## Modifications
   
   * Avoid modifiying directly the map returned by `kamelet.GetLabels()` and `kamelet.GetAnnotations()` as we get a new copy at each call
   * Set the labels and annotations once the changes are done
   * Add a test to ensure that it is fixed
   
   **Release Note**
   ```release-note
   NONE
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi merged pull request #3553: fix: properly set annotations and labels to Kamelets

Posted by GitBox <gi...@apache.org>.
tadayosi merged PR #3553:
URL: https://github.com/apache/camel-k/pull/3553


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org