We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c692b22 + 4c98ecf commit e3894d9Copy full SHA for e3894d9
1 file changed
main.js
@@ -40,7 +40,7 @@ async function main() {
40
kubeConfigLocation,
41
"\r\n\r\n" + process.env.INPUT_KUBECONFIG + "\r\n\r\n",
42
{
43
- mode: 0o644,
+ mode: 0o600,
44
}
45
);
46
} else if (kubeConfigExists) {
@@ -54,7 +54,7 @@ async function main() {
54
55
56
57
58
59
60
@@ -63,7 +63,7 @@ async function main() {
63
dockerKubeConfig,
64
fs.readFileSync(kubeConfigLocation),
65
66
- mode: 0o777,
67
68
69
console.log("\033[36mPreparing helm execution\033[0m");
0 commit comments