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
Does this issue reproduce with the latest release?
Yes
What did you do?
Standard deployment
What did you expect to see?
podSecurityContext applied to statefulset for redis-replication chart
What did you see instead?
The helm chart was updated to take in the value podSecurityContext instead of securityContext and it provides it as such to the RedisReplication spec. However the CRD version is still v1beta1, which does not recognize .spec.podSecurityContext. This results in the inability to deploy
The text was updated successfully, but these errors were encountered:
@shubham-cmyk I see the helm chart was not updated but I'm not clear on your last sentence I would push that? Are you saying you will update and push the change?
Does this issue reproduce with the latest release?
Yes
What did you do?
Standard deployment
What did you expect to see?
podSecurityContext applied to statefulset for redis-replication chart
What did you see instead?
The helm chart was updated to take in the value
podSecurityContext
instead ofsecurityContext
and it provides it as such to theRedisReplication
spec. However the CRD version is stillv1beta1
, which does not recognize.spec.podSecurityContext
. This results in the inability to deployThe text was updated successfully, but these errors were encountered: