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

Access namespace from release

parent cb008212
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
......@@ -20,7 +20,7 @@ spec:
image: lorenzboguhn/thedolite:latest
env:
- name: NAMESPACE
value: {{ .Values.operator.namespace}}
value: {{ .Release.Namespace }}
- name: lag-analysis
image: benediktwetzel/lag-analysis
ports:
......
......@@ -233,7 +233,6 @@ prometheus:
###
operator:
enabled: true
namespace: "default"
executionCRD:
create: true
......@@ -242,7 +241,7 @@ benchmarkCRD:
create: true
serviceAccount:
create: false
create: true
rbac:
create: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment