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.
2 parents e1a1902 + f70f7a7 commit f557c8dCopy full SHA for f557c8d
README.md
@@ -57,6 +57,7 @@ Create and deploy an app-operator using the SDK CLI:
57
58
```sh
59
# Create an app-operator project that defines the App CR.
60
+$ mkdir -p $GOPATH/src/github.com/example-inc/
61
$ cd $GOPATH/src/github.com/example-inc/
62
$ operator-sdk new app-operator --api-version=app.example.com/v1alpha1 --kind=App
63
$ cd app-operator
0 commit comments