We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2530ebb commit 950ea0dCopy full SHA for 950ea0d
content/docs/getting-started/installation.md
content/docs/getting-started/introduction.md
synchronize.sh
@@ -6,8 +6,7 @@ rm -rf repos/
6
mkdir repos/
7
8
if [[ -z "$USE_LOCAL_REPOSITORIES" ]]; then
9
- # git clone https://github.com/prometheus-operator/prometheus-operator -b main --depth 1 repos/prometheus-operator
10
- git clone https://github.com/AshwinSriram11/prometheus-operator -b fmt-docs repos/prometheus-operator
+ git clone https://github.com/prometheus-operator/prometheus-operator -b main --depth 1 repos/prometheus-operator
11
git clone https://github.com/prometheus-operator/kube-prometheus -b main --depth 1 repos/kube-prometheus
12
else
13
ln -s ../../prometheus-operator repos/prometheus-operator
0 commit comments