fix(install): Pass APP_KIND env to spec
Signed-off-by: Mariyan Dimitrov <mariyan.dimitrov@gmail.com>
This commit is contained in:
parent
787c7aa7d8
commit
c33421aefa
|
|
@ -159,6 +159,7 @@ func InstallChaosEngine(experimentsDetails *types.ExperimentDetails, chaosEngine
|
||||||
chaosEngine.Spec.Appinfo.Appns = experimentsDetails.AppNS
|
chaosEngine.Spec.Appinfo.Appns = experimentsDetails.AppNS
|
||||||
chaosEngine.Spec.Appinfo.Applabel = experimentsDetails.AppLabel
|
chaosEngine.Spec.Appinfo.Applabel = experimentsDetails.AppLabel
|
||||||
}
|
}
|
||||||
|
chaosEngine.Spec.Appinfo.AppKind = experimentsDetails.AppKind
|
||||||
chaosEngine.Spec.ChaosServiceAccount = experimentsDetails.ChaosServiceAccount
|
chaosEngine.Spec.ChaosServiceAccount = experimentsDetails.ChaosServiceAccount
|
||||||
chaosEngine.Spec.Experiments[0].Name = experimentsDetails.ExperimentName
|
chaosEngine.Spec.Experiments[0].Name = experimentsDetails.ExperimentName
|
||||||
chaosEngine.Spec.AnnotationCheck = experimentsDetails.AnnotationCheck
|
chaosEngine.Spec.AnnotationCheck = experimentsDetails.AnnotationCheck
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue