mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
use ipedrazas/drone-helm in docs for consistency
This commit is contained in:
@@ -154,7 +154,7 @@ Get the token for the default service account in the default namespace:
|
||||
KUBERNETES_TOKEN=$(kubectl get secret $(kubectl get sa default -o jsonpath='{.secrets[].name}{"\n"}') -o jsonpath="{.data.token}" | base64 -D)
|
||||
```
|
||||
|
||||
Run the local image (or replace `drone-helm` with `quay.io/honestbee/drone-helm`:
|
||||
Run the local image (or replace `drone-helm` with `quay.io/ipedrazas/drone-helm`:
|
||||
```Bash
|
||||
docker run --rm \
|
||||
-e API_SERVER="https://$(minikube ip):8443" \
|
||||
|
||||
Reference in New Issue
Block a user