Skip to content
Snippets Groups Projects

Add random scheduler to Helm chart

Merged Sören Henning requested to merge include-random-scheduler-in-helm-chart into theodolite-kotlin
@@ -22,7 +22,7 @@ spec:
serviceAccount: {{ include "theodolite.fullname" . }}-random-scheduler
containers:
- name: random-scheduler
image: ghcr.io/cau-se/theodolite-random-scheduler:latest
image: ghcr.io/cau-se/theodolite-random-scheduler:theodolite-kotlin-latest
#imagePullPolicy: Always
env:
- name: TARGET_NAMESPACE
Loading