Skip to content

Commit

Permalink
corresponding Tiltfile changes
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <[email protected]>
  • Loading branch information
krancour committed Jul 20, 2023
1 parent 93e0b40 commit 8b1cd69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ k8s_resource(
]
)

k8s_resource(
workload = 'kargo-garbage-collector',
new_name = 'garbage-collector',
labels = ['kargo'],
objects = [
'kargo-garbage-collector:clusterrole',
'kargo-garbage-collector:clusterrolebinding',
'kargo-garbage-collector:serviceaccount'
]
)

k8s_resource(
workload = 'kargo-webhooks-server',
new_name = 'webhooks-server',
Expand Down

0 comments on commit 8b1cd69

Please sign in to comment.