You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like add annotations on pods for different purpose (logs parsing, etc)
Problem
There are no options to add labels or annotation to the pods
Solution
I guess it is possible to add podAnnotations to values files in order to set pods annotation. It could be added to each Microservices. podAnnotations is the values used by Bitnami to add pods annotations.
It could be good to add podLabels while working on the feature.
I could work on the feature, is there any things I should know before to start ?
The text was updated successfully, but these errors were encountered:
Overview
I would like add annotations on pods for different purpose (logs parsing, etc)
Problem
There are no options to add labels or annotation to the pods
Solution
I guess it is possible to add
podAnnotations
to values files in order to set pods annotation. It could be added to each Microservices.podAnnotations
is the values used by Bitnami to add pods annotations.It could be good to add
podLabels
while working on the feature.I could work on the feature, is there any things I should know before to start ?
The text was updated successfully, but these errors were encountered: