Files
awx-operator/docs/user-guide/advanced-configuration/redis-container-capabilities.md
2023-07-26 17:08:20 -04:00

341 B

Redis container capabilities

Depending on your kubernetes cluster and settings you might need to grant some capabilities to the redis container so it can start. Set the redis_capabilities option so the capabilities are added in the deployment.

---
spec:
  ...
  redis_capabilities:
    - CHOWN
    - SETUID
    - SETGID