This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new c124cec  Fix wrong finalizerename (#2)
c124cec is described below

commit c124cec509644caace139340e29849c1e877b0d9
Author: nobolity <[email protected]>
AuthorDate: Wed Sep 7 17:42:53 2022 +0800

    Fix wrong finalizerename (#2)
---
 api/v1alpha1/ds_public.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/v1alpha1/ds_public.go b/api/v1alpha1/ds_public.go
index 6a95814..78b2b63 100644
--- a/api/v1alpha1/ds_public.go
+++ b/api/v1alpha1/ds_public.go
@@ -45,7 +45,7 @@ const (
        DsShareVolumeName      = "ds-soft"
        DsShareVolumeMountDir  = "/opt/soft"
        DSVersion              = "v1alpha1"
-       FinalizerName          = "github.com.nobolity.dolphinscheduler-operator"
+       FinalizerName          = "github.com.apache.dolphinscheduler-operator"
        EnvZookeeper           = "REGISTRY_ZOOKEEPER_CONNECT_STRING"
        DsServiceLabel         = "service-name"
        DsServiceLabelValue    = "ds-service"

Reply via email to