habibtalib opened a new issue, #959:
URL: https://github.com/apache/camel-kamelets/issues/959
Hi,
I tried to configure credentialsFileLocation based on my local path. however
it can't find.
I tried to figure out to mount volume from configmap to read key file from
pod. But there is no document helps.
`apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: google-bigquery-sink-binding
spec:
source:
ref:
kind: KafkaTopic
apiVersion: kafka.strimzi.io/v1beta1
name: test
template:
sink:
ref:
kind: Kamelet
apiVersion: camel.apache.org/v1alpha1
name: google-bigquery-sink
properties:
credentialsFileLocation: ./bigquery-key.json
dataset: test
projectId: blacksmith-develop
table: test
errorHandler:
log:
parameters:
maximumRedeliveries: 3
redeliveryDelay: 2000`
The error is :
`java.io.FileNotFoundException: ./bigquery-key.json (No such file or
directory)`
--
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]