Aakcht commented on code in PR #31865:
URL: https://github.com/apache/airflow/pull/31865#discussion_r1238089302


##########
chart/templates/redis/redis-statefulset.yaml:
##########
@@ -80,7 +79,7 @@ spec:
         - name: redis
           image: {{ template "redis_image" . }}
           imagePullPolicy: {{ .Values.images.redis.pullPolicy }}
-          securityContext: {{ $containerSecurityContext | nindent 12 }}
+          securityContext: {{- toYaml .Values.redis.securityContexts.container 
| nindent 12 }}

Review Comment:
   Added the same change as with stastd.securityContext



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to