Remove debug print statements from environment injection and deployment rendering
This commit is contained in:
parent
b729e4030a
commit
7697420c30
@ -32,7 +32,6 @@ envInjector = lambda envs: Envs, deploy {
|
||||
}
|
||||
}
|
||||
} for k, v in envs.envs]
|
||||
print(secretEnv)
|
||||
deploy.spec.template.spec.containers[0].env = secretEnv
|
||||
_result = deploy
|
||||
_result
|
||||
|
Loading…
x
Reference in New Issue
Block a user