Skip to content
Snippets Groups Projects
Commit 819eabb1 authored by Sören Henning's avatar Sören Henning
Browse files

Set operator MODE explicity

parent 484e5aa7
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!109Introduce a Helm chart for the Theodolite operator,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -21,6 +21,8 @@ spec: ...@@ -21,6 +21,8 @@ spec:
env: env:
- name: NAMESPACE - name: NAMESPACE
value: {{ .Release.Namespace }} value: {{ .Release.Namespace }}
- name: MODE
value: operator
- name: lag-analysis - name: lag-analysis
image: benediktwetzel/lag-analysis image: benediktwetzel/lag-analysis
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment