Skip to content

Commit

Permalink
fix(provider/kubernetes): v1 - pass account service account to kubecf…
Browse files Browse the repository at this point in the history
…g parser (#1066)
  • Loading branch information
Scott authored Oct 15, 2018
1 parent 9a53b5b commit 7e64227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static KubernetesClient getClient(AccountDeploymentDetails<KubernetesAccount> de
account.getCluster(),
account.getUser(),
account.getNamespaces(),
false);
account.usesServiceAccount());

return new DefaultKubernetesClient(config);
}
Expand Down

0 comments on commit 7e64227

Please sign in to comment.