We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a01344 commit 4770069Copy full SHA for 4770069
README.md
@@ -48,11 +48,11 @@ helm install openclaw-operator ./charts/openclaw-operator \
48
### Option B: Kustomize
49
50
```bash
51
-# Direct install (quote the URL for zsh compatibility)
52
-kubectl apply -k 'github.com/alessandrolomanto/openclaw-operator?ref=v0.0.2'
+# Using standalone kustomize (supports remote refs)
+kustomize build 'github.com/alessandrolomanto/openclaw-operator?ref=v0.0.2' | kubectl apply -f -
53
```
54
55
-Or with a custom overlay — create your own `kustomization.yaml`:
+Or create a local overlay that references the repo as a remote base:
56
57
```yaml
58
apiVersion: kustomize.config.k8s.io/v1beta1
0 commit comments