File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
charts/logging-operator/templates Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ list: ## List all make targets
164
164
manager : codegen fmt vet # # Build manager binary
165
165
go build -o bin/manager main.go
166
166
167
- HELM_MANIFEST_OVERRIDE ='s@manager-role@{{ template "logging-operator.fullname" . }}\n annotations:\n {{- if .Values.rbac.retainOnDelete }}\n "helm.sh/resource-policy": keep\n {{- end }}@'
167
+ HELM_MANIFEST_OVERRIDE ='s@manager-role@{{ template "logging-operator.fullname" . }}\n annotations:\n {{- if .Values.rbac.retainOnDelete }}\n "helm.sh/resource-policy": keep\n {{- end }}\n labels:\n{{ include "logging-operator.labels" . | indent 4 }} @'
168
168
169
169
.PHONY : manifests
170
170
manifests : ${CONTROLLER_GEN} # # Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ metadata:
8
8
{{- if .Values.rbac.retainOnDelete }}
9
9
" helm.sh/resource-policy " : keep
10
10
{{- end }}
11
+ labels :
12
+ {{ include "logging-operator.labels" . | indent 4 }}
11
13
rules :
12
14
- apiGroups :
13
15
- " "
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ metadata:
7
7
labels :
8
8
rbac.authorization.k8s.io/aggregate-to-admin : " true"
9
9
rbac.authorization.k8s.io/aggregate-to-edit : " true"
10
+ {{ include "logging-operator.labels" . | indent 4 }}
10
11
rules :
11
12
- apiGroups :
12
13
- logging.banzaicloud.io
You can’t perform that action at this time.
0 commit comments