diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 7e4e22c..780e230 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -6,14 +6,3 @@ resources: - rolebinding.yaml - deployment.yaml - suite-runner-service-account.yaml - - -# By generating the configmap it will get a unique name on each apply -# this name is also set on the deployment. This means that the pods -# will restart with the new configmap when changes are made. Making -# it so we do not have to do rollout restart every time. -configMapGenerator: - - name: etos-suite-starter - literals: - - SUITE_RUNNER=registry.nordix.org/eiffel/etos-suite-runner:3.2.0 - - LOG_LISTENER=registry.nordix.org/eiffel/etos-log-listener:3.2.0