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
Describe what happened:
User-specific securityContext defined in Values for clusterchecks is not being applied in the pod's configuration.
I have definedclusterchecks in Values as shown below, which includes clusterChecksRunner.securityContext.
The clusterChecksRunner.securityContext parameter, like the clusterChecksRunner.resources parameter, is expected to be consumed by helm and applied to the agent-clusterchecks-deploymenthere, but that is not happening.
The text was updated successfully, but these errors were encountered:
Agent Environment
Chart 3.77.0
Agent 7.58.0
Describe what happened:
User-specific securityContext defined in Values for
clusterchecks
is not being applied in the pod's configuration.I have defined
clusterchecks
in Values as shown below, which includesclusterChecksRunner.securityContext
.The
clusterChecksRunner.resources
section from Values is being successfully applied here.Describe what you expected:
The
clusterChecksRunner.securityContext
parameter, like theclusterChecksRunner.resources
parameter, is expected to be consumed by helm and applied to theagent-clusterchecks-deployment
here, but that is not happening.The text was updated successfully, but these errors were encountered: