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 497ee89 + d7803eb commit cac4a6cCopy full SHA for cac4a6c
docs/addon/walkthrough/README.md
@@ -147,7 +147,6 @@ func (r *GuestbookReconciler) setupReconciler(mgr ctrl.Manager) error {
147
declarative.WithOwner(declarative.SourceAsOwner),
148
declarative.WithLabels(r.watchLabels),
149
declarative.WithStatus(status.NewBasic(mgr.GetClient())),
150
- declarative.WithPreserveNamespace(),
151
declarative.WithApplyPrune(),
152
declarative.WithReconcileMetrics(0, nil),
153
)
@@ -234,6 +233,8 @@ kubectl get crds guestbooks.addons.example.org
234
233
235
2) Create a guestbook CR:
236
+Remove `spec.foo` key in `config/samples/addons_v1alpha1_guestbook.yaml` if exists.
237
+
238
```bash
239
kubectl apply -n kube-system -f config/samples/addons_v1alpha1_guestbook.yaml
240
```
0 commit comments