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

Fix installation of random scheduler resources

parent 8d350e0d
Branches
Tags
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #3998 passed
{{- if .Values.randomScheduler.rbac.create -}}
{{- if and .Values.randomScheduler.enabled .Values.randomScheduler.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
......
{{- if .Values.randomScheduler.serviceAccount.create -}}
{{- if and .Values.randomScheduler.enabled .Values.randomScheduler.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment