Skip to content

Commit 8c1a41e

Browse files
authored
Merge pull request #81591 from adellape/mydomain
OCPBUGS#9181: Switch OSDK init to use my.domain to match files
2 parents cc411c5 + 52e3096 commit 8c1a41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/osdk-hh-create-project.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ $ mkdir -p $HOME/github.com/example/memcached-operator
2424
$ cd $HOME/github.com/example/memcached-operator
2525
----
2626

27-
. Run the `operator-sdk init` command to initialize the project. Use a domain of `example.com` so that all API groups are `<group>.example.com`:
27+
. Run the `operator-sdk init` command to initialize the project. This example uses a domain of `my.domain` so that all API groups are `<group>.my.domain`:
2828
+
2929
[source,terminal]
3030
----
3131
$ operator-sdk init \
3232
--plugins=hybrid.helm.sdk.operatorframework.io \
3333
--project-version="3" \
34-
--domain example.com \
34+
--domain my.domain \
3535
--repo=github.com/example/memcached-operator
3636
----
3737
+

0 commit comments

Comments
 (0)