From 1f4b24db4d694803ebad18757e0a59c706cb4597 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 17:22:16 +0000 Subject: [PATCH] Update deployment.yaml --- durpot/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/durpot/templates/deployment.yaml b/durpot/templates/deployment.yaml index 9ac5b77..a238393 100644 --- a/durpot/templates/deployment.yaml +++ b/durpot/templates/deployment.yaml @@ -17,8 +17,8 @@ spec: spec: containers: - name: durpot - image: ghcr.io/developerdurp/durpot:latest + image: registry.gitlab.com/developerdurp/durpot imagePullPolicy: Always envFrom: - secretRef: - name: durpot-secret \ No newline at end of file + name: durpot-secret