Skip to content

Commit

Permalink
Schedule Tekton Logging Forwarder to konflux-ci.dev/workload (#5027)
Browse files Browse the repository at this point in the history
Schedule Tekton Logging Forwarder to konflux-ci.dev/workload.
  • Loading branch information
khrm authored Dec 2, 2024
1 parent 0c1c6e1 commit 04cc7d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ spec:
key: endpoint
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
key: konflux-ci.dev/workload
operator: Exists
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1827,8 +1827,9 @@ spec:
key: endpoint
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
key: konflux-ci.dev/workload
operator: Equal
value: konflux-tenants
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1816,8 +1816,9 @@ spec:
key: endpoint
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
key: konflux-ci.dev/workload
operator: Equal
value: konflux-tenants
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1816,8 +1816,9 @@ spec:
key: endpoint
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
key: konflux-ci.dev/workload
operator: Equal
value: konflux-tenants
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 04cc7d9

Please sign in to comment.