Skip to content

Commit

Permalink
feat(provider/kuberentes): expose kubectl executable option (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander committed Apr 6, 2018
1 parent c260577 commit 828c9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class KubernetesConfigurationProperties {
List<String> oAuthScopes
String user
String kubeconfigFile
String kubectlExecutable
Boolean serviceAccount
Boolean configureImagePullSecrets
List<String> namespaces
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class KubernetesNamedAccountCredentialsInitializer implements CredentialsInitial
.oAuthScopes(managedAccount.oAuthScopes)
.user(managedAccount.user)
.kubeconfigFile(managedAccount.kubeconfigFile)
.kubectlExecutable(managedAccount.kubectlExecutable)
.serviceAccount(managedAccount.serviceAccount)
.configureImagePullSecrets(managedAccount.configureImagePullSecrets)
.namespaces(managedAccount.namespaces)
Expand Down

0 comments on commit 828c9c7

Please sign in to comment.