Skip to content

Commit 02de61b

Browse files
committed
Update the plugin name
Signed-off-by: chiragkyal <ckyal@redhat.com>
1 parent 48cad55 commit 02de61b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pkg/plugins/ansible/v1/plugin.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ import (
1818
"sigs.k8s.io/kubebuilder/v4/pkg/config"
1919
cfgv3 "sigs.k8s.io/kubebuilder/v4/pkg/config/v3"
2020
"sigs.k8s.io/kubebuilder/v4/pkg/plugin"
21-
22-
"github.com/operator-framework/ansible-operator-plugins/pkg/plugins"
2321
)
2422

25-
const pluginName = "base.ansible" + plugins.DefaultNameQualifier
23+
const pluginName = "ansible.operatorframework.io"
2624

2725
var (
2826
pluginVersion = plugin.Version{Number: 1}

testdata/memcached-molecule-operator/PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# More info: https://book.kubebuilder.io/reference/project-config.html
55
domain: example.com
66
layout:
7-
- base.ansible.sdk.operatorframework.io/v1
7+
- ansible.operatorframework.io/v1
88
multigroup: true
99
projectName: memcached-molecule-operator
1010
resources:

0 commit comments

Comments
 (0)