mhd-robaii commented on issue #5225:
URL: https://github.com/apache/camel-k/issues/5225#issuecomment-1985560710
Thanks Sergio
now it works perfectly, the problem was that I created the key as generic
(same as the key for kaniko).
After I download key.json from google is to join all the lines in the json
into one row. For this I replaced `cat` with `paste`
```sh
kubectl create secret docker-registry camel-k-builder \
--docker-server=https://eu.gcr.io \
--docker-username=_json_key \
--docker-password="$(paste -s gcp.json)" \
[email protected]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]