From 846c5e590e15f3bae74014488788d811da0aae7d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 22 Feb 2024 22:49:28 +0100 Subject: [PATCH] fix(monitoring): Use full qualified image name for watchdog --- clusters/k8s01/monitoring/watchdog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/k8s01/monitoring/watchdog.yaml b/clusters/k8s01/monitoring/watchdog.yaml index c53e0afb9..c07939ff3 100644 --- a/clusters/k8s01/monitoring/watchdog.yaml +++ b/clusters/k8s01/monitoring/watchdog.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: watchdog - image: curlimages/curl:latest + image: docker.io/curlimages/curl:latest env: - name: PK valueFrom: -- GitLab