Skip to content

Commit

Permalink
Remove suite runner configmap (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored Nov 27, 2023
1 parent bff52e6 commit e3cd2e9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3cd2e9

Please sign in to comment.