You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forfin config/crd/bases/*.yaml;do sed '/controller-gen.kubebuilder.io\/version/ r hack/crds.annotations.snippet.txt'$${f} > charts/logging-operator/charts/logging-operator-crds/templates/$${f##*/}; done
153
155
echo"{{- if .Values.rbac.enabled }}"> ./charts/logging-operator/templates/clusterrole.yaml
154
-
cat config/rbac/role.yaml | sed -e 's@manager-role@{{ template "logging-operator.fullname" . }}@'| sed -e '/creationTimestamp/d'| cat >> ./charts/logging-operator/templates/clusterrole.yaml
156
+
cat config/rbac/role.yaml | sed -e $(HELM_MANIFEST_OVERRIDE)| cat >> ./charts/logging-operator/templates/clusterrole.yaml
155
157
echo"{{- end }}">> ./charts/logging-operator/templates/clusterrole.yaml
flag.StringVar(&namespace, "watch-namespace", "", "Namespace to filter the list of watched objects")
93
96
flag.StringVar(&loggingRef, "watch-logging-name", "", "Logging resource name to optionally filter the list of watched objects based on which logging they belong to by checking the app.kubernetes.io/managed-by label")
97
+
flag.BoolVar(&finalizerCleanup, "finalizer-cleanup", false, "Remove finalizers from Logging resources during operator shutdown, useful for Helm uninstallation")
0 commit comments