diff --git a/devfiles/jupyter/devfile.yaml b/devfiles/jupyter/devfile.yaml index 5d8882121ce56ef6303a5eb2d0edd0743f85f1dd..0b0bf77247963d2c01c1dca2683fc3c51ddbc890 100644 --- a/devfiles/jupyter/devfile.yaml +++ b/devfiles/jupyter/devfile.yaml @@ -32,6 +32,8 @@ components: memory: 2048Mi securityContext: privileged: true + imagePullSecrets: + - name: secret-docker-bimaap type: kubernetes volumes: - name: projects diff --git a/devfiles/sar-training/devfile.yaml b/devfiles/sar-training/devfile.yaml index 120907ce82a36ade36b3a611fc6eaf63fa5f7d10..d9636fd86762a6624db3ee4f3151608af4d20375 100644 --- a/devfiles/sar-training/devfile.yaml +++ b/devfiles/sar-training/devfile.yaml @@ -34,6 +34,8 @@ components: memory: 5000Mi securityContext: privileged: true + imagePullSecrets: + - name: secret-docker-bimaap type: kubernetes volumes: - name: projects