We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c38ec commit 2d78c3aCopy full SHA for 2d78c3a
1 file changed
typescript/infra/src/utils/rpcUrls.ts
@@ -302,7 +302,10 @@ async function refreshDependentK8sResourcesInteractive(
302
if (agentConfig.relayer) {
303
pushContextHelmManager(context, new RelayerHelmManager(agentConfig));
304
}
305
- if (agentConfig.validators) {
+ if (
306
+ agentConfig.validators &&
307
+ agentConfig.contextChainNames.validator?.includes(chain)
308
+ ) {
309
pushContextHelmManager(
310
context,
311
new ValidatorHelmManager(agentConfig, chain),
0 commit comments