diff --git a/k8s-deployment.yaml b/k8s-deployment.yaml index 6797f80..ae0e088 100644 --- a/k8s-deployment.yaml +++ b/k8s-deployment.yaml @@ -53,6 +53,9 @@ spec: port: 2424 initialDelaySeconds: 5 periodSeconds: 5 + imagePullSecrets: + - name: gitlabcred + --- apiVersion: v1 kind: Service