Skip to content

Commit

Permalink
Add manifest to etos suite runner (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored Nov 27, 2023
1 parent c8df56c commit 854a1bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

# 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 # Yes, this should be 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 854a1bf

Please sign in to comment.