fix: resolved sonarqube warning
This commit is contained in:
@@ -228,6 +228,6 @@ const getKubeconfig = new command.remote.Command(
|
||||
|
||||
export const kubeconfig = pulumi.secret(
|
||||
getKubeconfig.stdout.apply((kc) =>
|
||||
kc.replace(/127\.0\.0\.1/g, master1Ip).trim(),
|
||||
kc.replaceAll("127.0.0.1", master1Ip).trim(),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user