From aa293c3038535b6573d9eaddef9897449e0fcdee Mon Sep 17 00:00:00 2001 From: sfaguet Date: Tue, 25 Aug 2026 14:43:12 +0200 Subject: [PATCH] Update charts/templates/deployment-hugo.yaml --- charts/templates/deployment-hugo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/templates/deployment-hugo.yaml b/charts/templates/deployment-hugo.yaml index 440d369..4d66d41 100644 --- a/charts/templates/deployment-hugo.yaml +++ b/charts/templates/deployment-hugo.yaml @@ -17,8 +17,6 @@ spec: image: {{ .Values.hugo.repository }}:{{ default "latest" .Values.hugo.tag }} ports: - containerPort: 80 - imagePullSecrets: - - name: registry-creds --- apiVersion: v1 kind: Service