This commit is contained in:
Tobias Brunner 2023-10-22 21:05:43 +02:00
parent 2bf56baacc
commit d3008cb0de
Signed by: tobru
SSH Key Fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ spec:
request.object.spec.containers?.forEach(container => {
if (container.name.match(/^backup$/)) {
print("Found backup container, injecting env vars")
//container.env.push(httpProxy)
//container.env.push(httpsProxy)
container.env.push(httpProxy)
container.env.push(httpsProxy)
}
});