Skip to content

Commit

Permalink
that did indeed fix it
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 20b267d commit 549c6e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/cluster/equinix/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ listenerTemplate:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
containers:
- name: listener
securityContext:
runAsUser: 1000
# containers:
# # 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,
Expand Down
4 changes: 4 additions & 0 deletions ci/cluster/equinix/runners/2cpu-8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ listenerTemplate:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
containers:
- name: listener
securityContext:
runAsUser: 1000
# containers:
# # 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,
Expand Down
4 changes: 4 additions & 0 deletions ci/cluster/equinix/runners/32cpu-256gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ listenerTemplate:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
containers:
- name: listener
securityContext:
runAsUser: 1000
# containers:
# # 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,
Expand Down
4 changes: 4 additions & 0 deletions ci/cluster/equinix/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ listenerTemplate:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
containers:
- name: listener
securityContext:
runAsUser: 1000
# containers:
# # 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,
Expand Down

0 comments on commit 549c6e6

Please sign in to comment.