diff --git a/hack/cluster-monitoring/deploy b/hack/cluster-monitoring/deploy
index 098af134773af3b783bc0f263d667ed142c3c14c..3c3a5dcdb9e50a4bcb085e3734e698a7301b0be0 100755
--- a/hack/cluster-monitoring/deploy
+++ b/hack/cluster-monitoring/deploy
@@ -24,6 +24,7 @@ until kctl get alertmanager > /dev/null 2>&1; do sleep 1; printf "."; done
 echo "done!"
 
 kctl apply -f manifests/exporters
+kctl apply -f manifests/grafana/grafana-credentials.yaml
 kctl apply -f manifests/grafana
 
 kctl apply -f manifests/prometheus/prometheus-k8s-rules.yaml