squakez commented on code in PR #5115: URL: https://github.com/apache/camel-k/pull/5115#discussion_r1473899524
########## pkg/util/digest/digest.go: ########## @@ -183,7 +183,7 @@ func ComputeForIntegration(integration *v1.Integration, configmaps []*corev1.Con //StringData with sorted keys if s.StringData != nil { Review Comment: Stringdata should be avoided as Kubernetes will translate all those value in the correspondent base64 in `data`. You can remove this part entirely. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org