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 6dc3f20 commit e9dff1aCopy full SHA for e9dff1a
README.md
@@ -33,17 +33,3 @@ GOOGLE_APPLICATION_CREDENTIALS - needed when you have clusters that are hosted i
33
* [X] Support verbose/debug mode
34
* [ ] Support service-accounts from not default namespace
35
* [ ] Dry run
36
-
37
38
-# Run as docker container
39
-```
40
-docker run \
41
--t \
42
--e KUBECONFIG=/config \
43
--e CODEFRESH_TOKEN=${PASTE_CODEFRESH_TOKEN} \
44
--e GOOGLE_APPLICATION_CREDENTIALS=/.config/gcloud/application_default_credentials.json \
45
--v ~/.kube/config:/config \
46
--v ~/.config/gcloud/:/.config/gcloud \
47
-stevedore create
48
49
-GOOGLE_APPLICATION_CREDENTIALS - needed when you have clusters that are hosted in Google
0 commit comments