Fix envInjector to correctly handle non-Deployment inputs
This commit is contained in:
parent
98e324c586
commit
f3e247460a
@ -21,7 +21,7 @@ envInjector = lambda envs: Envs, input: appsv1.Deployment | any {
|
|||||||
"""Inject envs to Deployment"""
|
"""Inject envs to Deployment"""
|
||||||
_result: any = {}
|
_result: any = {}
|
||||||
if input.kind != "Deployment":
|
if input.kind != "Deployment":
|
||||||
input
|
input = _result
|
||||||
else:
|
else:
|
||||||
deploy: appsv1.Deployment = input as appsv1.Deployment
|
deploy: appsv1.Deployment = input as appsv1.Deployment
|
||||||
secretEnv: [corev1.EnvVar] = [{
|
secretEnv: [corev1.EnvVar] = [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user