Skip to content

Commit

Permalink
attempt to fix runner chart values
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Oct 10, 2024
1 parent 9431f8a commit 7f28a30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/cluster/equinix/runners/keda-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ listenerTemplate:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
# containers:
containers:
- name: listener
securityContext:
runAsUser: 1000
# # Use this section to append additional configuration to the listener container.
# # If you change the name of the container, the configuration will not be applied to the listener,
# # and it will be treated as a side-car container.
Expand Down

0 comments on commit 7f28a30

Please sign in to comment.