We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f70b8 commit 1cfcabfCopy full SHA for 1cfcabf
Makefile
@@ -164,7 +164,7 @@ list: ## List all make targets
164
manager: codegen fmt vet ## Build manager binary
165
go build -o bin/manager main.go
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 }}@'
+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
169
.PHONY: manifests
170
manifests: ${CONTROLLER_GEN} ## Generate manifests e.g. CRD, RBAC etc.
0 commit comments