发布1.0.5版本
This commit is contained in:
parent
bb4efa81aa
commit
daf32fccc2
5
dist/index.js
generated
vendored
5
dist/index.js
generated
vendored
@ -198991,7 +198991,10 @@ async function run() {
|
||||
const kc = new KubeConfig();
|
||||
kc.loadFromFile(require$$1$2.join(workspace, clusterPath + deployConfig.cluster + '.yaml'));
|
||||
const applyHttps = await kc.applyToHTTPSOptions({
|
||||
httpsAgent: new Agent({
|
||||
headers: {
|
||||
'x-kubernetes-passthrough-auth': 'true'
|
||||
},
|
||||
agent: new Agent({
|
||||
rejectUnauthorized: false,
|
||||
servername: '127.0.0.1',
|
||||
checkServerIdentity: () => undefined
|
||||
|
||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -47,7 +47,10 @@ export async function run(): Promise<void> {
|
||||
path.join(workspace, clusterPath + deployConfig.cluster + '.yaml')
|
||||
)
|
||||
const applyHttps = await kc.applyToHTTPSOptions({
|
||||
httpsAgent: new Agent({
|
||||
headers: {
|
||||
'x-kubernetes-passthrough-auth': 'true'
|
||||
},
|
||||
agent: new Agent({
|
||||
rejectUnauthorized: false,
|
||||
servername: '127.0.0.1',
|
||||
checkServerIdentity: () => undefined
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user