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