diff --git a/deploy/addons/registry-creds/registry-creds-rc.yaml b/deploy/addons/registry-creds/registry-creds-rc.yaml index b88a3443fb3d..5b7909cd44f9 100644 --- a/deploy/addons/registry-creds/registry-creds-rc.yaml +++ b/deploy/addons/registry-creds/registry-creds-rc.yaml @@ -41,4 +41,12 @@ spec: valueFrom: secretKeyRef: name: registry-creds - key: aws-account \ No newline at end of file + key: aws-account + volumeMounts: + - name: gcr-creds + mountPath: "/root/.config/gcloud" + readOnly: true + volumes: + - name: gcr-creds + secret: + secretName: gcr-secret