Skip to content

Commit

Permalink
fix: update KEDA chart README
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
  • Loading branch information
joebowbeer committed Aug 19, 2022
1 parent e90fc09 commit ed2753c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,17 @@ securityContext:
- ALL
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
metricServer:
capabilities:
drop:
- ALL
allowPrivilegeEscalation: false
## Metrics server needs to write the self-signed cert so it's not possible set this
## Metrics server needs to write the self-signed cert. See FAQ for discussion of options.
# readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault

podSecurityContext:
operator:
Expand Down

0 comments on commit ed2753c

Please sign in to comment.