Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mender/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ useradm:
USERADM_REDIS_TIMEOUT_SEC: "1"
USERADM_REDIS_LIMITS_EXPIRE_SEC: "3600"
USERADM_TOTP_ISSUER: Mender
USERADM_MEN-8168: "true"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, this change won't introduce any change on the templates itself. All the env.* values are actually hard-coded values in the pod template. You could use customEnvs value, but I don't think that's good practice.
I think this is a better candidate to put under the featureGates value as this is something we plan on making the default (remove) on the next major release.

podSecurityContext:
enabled: false
runAsNonRoot: true
Expand Down