diff --git a/k8s/deployment.yml b/k8s/deployment.yml index 75305e6..2aa41cb 100644 --- a/k8s/deployment.yml +++ b/k8s/deployment.yml @@ -24,4 +24,6 @@ spec: - configMapRef: name: output-service-rdb-config ports: - - containerPort: 8080 \ No newline at end of file + - containerPort: 8080 + imagePullSecrets: + - name: regcred \ No newline at end of file