Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ spec:
value: {{ .Values.kubernetesClusterDomain | quote }}
{{- end }}
{{- include "telemetry.envVars" . | nindent 12 }}
{[% if operator.product_string in ['kafka'] %}]
- name: KAFKA_BROKER_CLUSTERROLE
value: {{ include "operator.fullname" . }}-kafka-broker-clusterrole
{[% endif %}]
{[% if operator.product_string in ['opa'] %}]
- name: OPA_BUNDLE_BUILDER_CLUSTERROLE
value: {{ include "operator.fullname" . }}-opa-bundle-builder-clusterrole
Expand Down