update README.md

This commit is contained in:
2024-05-25 21:53:59 +03:00
parent f84c27e622
commit d162439eac

View File

@@ -8,11 +8,13 @@
```shell
touch k8s-admin.conf
touch vault-keys.json
docker run -v $(pwd)/config.yaml:/application/config.yaml \
-v $(pwd)/id_rsa_bastion_ift:/root/.ssh/id_rsa \
-v type=bind,src=$(pwd)/k8s-admin.conf,dst=/application/k8s-admin.conf\
harbor.kvazaric.ru/kube-forge/kube-forge:1.1-36d886d9 apply
--mount type=bind,source=$(pwd)/k8s-admin.conf,target=/application/k8s-admin.conf \
--mount type=bind,source=$(pwd)/vault-keys.json,target=/application/vault-keys.json \
harbor.kvazaric.ru/kube-forge/kube-forge:1.1-f84c27e6 apply
```
## С помощью исполняемого файла