Skip to content

Commit

Permalink
fix(ksonnet): Do not generate rbac for consul if you are using member…
Browse files Browse the repository at this point in the history
…list (#12688)
  • Loading branch information
sentoz authored Apr 26, 2024
1 parent eac5622 commit 2d62fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/ksonnet/loki/memberlist.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,5 @@
consul_deployment: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_deployment,
consul_service: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_service,
consul_config_map: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_config_map,
consul_sidekick_rbac: if $._config.memberlist_ring_enabled && !$._config.multikv_migration_enabled && !$._config.multikv_migration_teardown then {} else super.consul_sidekick_rbac,
}

0 comments on commit 2d62fca

Please sign in to comment.