Skip to content

Commit

Permalink
corresponding Tiltfile changes
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour committed Jan 10, 2024
1 parent 424e341 commit fc5b97a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ k8s_resource(
'kargo-controller:rolebinding',
'kargo-controller:serviceaccount',
'kargo-controller-argocd:clusterrole',
'kargo-controller-argocd:clusterrolebinding'
'kargo-controller-argocd:clusterrolebinding',
'kargo-controller-rollouts:clusterrole',
'kargo-controller-rollouts:clusterrolebinding'
],
resource_deps=['back-end-compile']
)
Expand Down

0 comments on commit fc5b97a

Please sign in to comment.