Skip to content

Commit 1cfcabf

Browse files
author
Marcin Kozikowski
committed
fix: add labels in makefile
Signed-off-by: Marcin Kozikowski <[email protected]>
1 parent f5f70b8 commit 1cfcabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ list: ## List all make targets
164164
manager: codegen fmt vet ## Build manager binary
165165
go build -o bin/manager main.go
166166

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 }}@'
168168

169169
.PHONY: manifests
170170
manifests: ${CONTROLLER_GEN} ## Generate manifests e.g. CRD, RBAC etc.

0 commit comments

Comments
 (0)