Skip to content

Commit c2c88ae

Browse files
committed
fix(setup): update operator installation command to use correct url
1 parent 68086b3 commit c2c88ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/setup/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<v-col cols="12">
177177
<p>Install the operator by running the following command: </p>
178178
<VCodeBlock
179-
code="kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml"
179+
code="kubectl apply -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml"
180180
highlightjs
181181
copy-tab
182182
tabs

0 commit comments

Comments
 (0)