Skip to content
Snippets Groups Projects
Commit 18ca8c5c authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Merge branch '180-Introduce-Helm-Chart' of...

Merge branch '180-Introduce-Helm-Chart' of git.se.informatik.uni-kiel.de:stu203404/spesb into 180-Introduce-Helm-Chart
parents c71e90c7 a5baa6e6
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
......@@ -42,6 +42,7 @@ rules:
- delete
- list
- create
{{- if .Values.operator.enabled -}}
- apiGroups:
- theodolite.com
resources:
......@@ -55,4 +56,5 @@ rules:
- watch
- update
- patch
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -5,7 +5,7 @@ metadata:
name: {{ include "theodolite.serviceAccountName" . }}
labels:
{{- include "theodolite.labels" . | nindent 4 }}
{{- with .Values.theodolite.serviceAccount.annotations }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
......
......@@ -20,7 +20,9 @@ spec:
image: lorenzboguhn/thedolite:latest
env:
- name: NAMESPACE
value: {{ .Values.operator.namespace}}
value: {{ .Release.Namespace }}
- name: MODE
value: operator
- 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