mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-25 14:09:27 +08:00
Add skip tls flag (#260)
This commit is contained in:
@@ -8,9 +8,8 @@ import * as path from 'path'
|
||||
|
||||
export class PrivateKubectl extends Kubectl {
|
||||
protected async execute(args: string[], silent: boolean = false) {
|
||||
if (this.namespace) {
|
||||
args = args.concat(['--namespace', this.namespace])
|
||||
}
|
||||
args = args.concat(this.getExecuteFlags())
|
||||
|
||||
args.unshift('kubectl')
|
||||
let kubectlCmd = args.join(' ')
|
||||
let addFileFlag = false
|
||||
|
||||
Reference in New Issue
Block a user