Skip to content

Commit 8f640d7

Browse files
committed
docs: add GOROOT env var FAQ
Generalize the description to remove instance of Getting Started guide Fixes operator-framework#3080
1 parent 77aee3c commit 8f640d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/content/en/docs/faq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (r *ReconcileMemcached) Reconcile(request reconcile.Request) (reconcile.Res
125125
126126
## I see deepcopy errors and image build fails. How do I fix this?
127127
128-
When you run the ```operator-sdk generate k8s``` command while following the [Getting Started][getting-started-guide] guide, you might see an error like this
128+
When you run the ```operator-sdk generate k8s``` command, you might see an error like this
129129
130130
``` bash
131131
INFO[0000] Running deepcopy code-generation for Custom Resource group versions: [cache:[v1alpha1], ]
@@ -150,4 +150,3 @@ This will work for the current terminal instance, to make it more permanent, con
150150
[client.Reader]:https://godoc.org/sigs.k8s.io/controller-runtime/pkg/client#Reader
151151
[rbac]:https://kubernetes.io/docs/reference/access-authn-authz/rbac/
152152
[goroot-github-issue]:https://github.com/operator-framework/operator-sdk/issues/1854#issuecomment-525132306
153-
[getting-started-guide]:https://github.com/operator-framework/getting-started#overview

0 commit comments

Comments
 (0)