Skip to content

Commit

Permalink
Merge pull request #171 from mkumatag/fix-flag
Browse files Browse the repository at this point in the history
fix the SetKubeConfig flag
  • Loading branch information
Power Cloud Robot authored Oct 26, 2024
2 parents 52a6491 + 59cc637 commit 7db2a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubetest2-tf/deployer/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func New(opts types.Options) (types.Deployer, *pflag.FlagSet) {
},
RetryOnTfFailure: 1,
Playbook: "install-k8s.yml",
SetKubeConfig: true,
}
flagSet, err := gpflag.Parse(d)
if err != nil {
Expand Down

0 comments on commit 7db2a8b

Please sign in to comment.