We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e93e commit 66149a2Copy full SHA for 66149a2
docker-compose.yaml
@@ -21,6 +21,9 @@ services:
21
# - './src:/home/kernelci/pipeline'
22
- './config:/home/kernelci/config'
23
- './logs:/home/kernelci/pipeline/logs'
24
+ - './data/k8s-credentials/.kube:/home/kernelci/.kube'
25
+ - './data/k8s-credentials/.config/gcloud:/home/kernelci/.config/gcloud'
26
+ - './data/k8s-credentials/.azure:/home/kernelci/.azure'
27
extra_hosts:
28
- "host.docker.internal:host-gateway"
29
restart: on-failure
0 commit comments