diff --git a/pkg/install.go b/pkg/install.go index c294d9c..9ffdc9f 100644 --- a/pkg/install.go +++ b/pkg/install.go @@ -159,6 +159,7 @@ func InstallChaosEngine(experimentsDetails *types.ExperimentDetails, chaosEngine chaosEngine.Spec.Appinfo.Appns = experimentsDetails.AppNS chaosEngine.Spec.Appinfo.Applabel = experimentsDetails.AppLabel } + chaosEngine.Spec.Appinfo.AppKind = experimentsDetails.AppKind chaosEngine.Spec.ChaosServiceAccount = experimentsDetails.ChaosServiceAccount chaosEngine.Spec.Experiments[0].Name = experimentsDetails.ExperimentName chaosEngine.Spec.AnnotationCheck = experimentsDetails.AnnotationCheck