Skip to content

Commit 2d62fca

Browse files
authored
fix(ksonnet): Do not generate rbac for consul if you are using memberlist (#12688)
1 parent eac5622 commit 2d62fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎production/ksonnet/loki/memberlist.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@
160160
consul_deployment: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_deployment,
161161
consul_service: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_service,
162162
consul_config_map: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_config_map,
163+
consul_sidekick_rbac: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_sidekick_rbac,
163164
}

0 commit comments

Comments
 (0)