diff --git a/templates/deployment.yaml b/templates/deployment.yaml index cf0c362..7fdf31c 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: runAsUser: 1000 enableServiceLinks: false imagePullSecrets: - - name: imgcred + - name: regcred containers: - name: hello-gin image: harbor.codemowers.eu/{{ .Values.username }}/hello-gin:latest