Skip to content

Commit

Permalink
disable ServiceAccountToken and ServiceLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Oct 6, 2020
1 parent 94854b6 commit fd47712
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubectl-build
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ overrides="$(
"terminationMessagePolicy": "File",
"args": $args
}
]
],
"automountServiceAccountToken": false,
"enableServiceLinks": false
}
}
EOT
Expand Down

0 comments on commit fd47712

Please sign in to comment.