Skip to content

Commit

Permalink
[BUG] Fix tilt configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed May 2, 2024
1 parent 7f10e19 commit 58a7877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ k8s_resource(
'test-memberlist-reader-binding:ClusterRoleBinding',
'lease-watcher:role',
'logservice-serviceaccount-rolebinding:rolebinding',
'compaction-service-config:configmap'
'compaction-service-config:configmap',
'query-service-config:configmap'
],
new_name='k8s_setup',
labels=["infrastructure"],
Expand Down

0 comments on commit 58a7877

Please sign in to comment.