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.
1 parent c43a840 commit 7378f81Copy full SHA for 7378f81
install-prometheus-operator.sh
@@ -40,6 +40,10 @@ cat manifests/prometheus-service-monitor/prometheus-k8s.yaml \
40
> manifests/prometheus/prometheus-k8s.yaml
41
diff -u manifests/prometheus-service-monitor/prometheus-k8s.yaml manifests/prometheus/prometheus-k8s.yaml
42
43
+# Create config manually instead
44
+kubectl create namespace monitoring
45
+kubectl -n monitoring create secret generic prometheus-k8s --from-file ../../../../config/prometheus.yaml
46
+
47
EOF
48
cat $SOURCE_DIR/$OPERATOR_KUBE_DIR/$OPERATOR_DEPLOY >> deploy.sh
49
0 commit comments