use dryrun instead of kubeval
This commit is contained in:
parent
5ca982426e
commit
c43f354009
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,6 @@ kubectl get pods
|
||||||
## deploy mastodon-bot
|
## deploy mastodon-bot
|
||||||
|
|
||||||
```
|
```
|
||||||
java -jar target/uberjar/k8s-mastodon-bot-standalone.jar myconfig.edn myauth.edn | kubeval -
|
java -jar target/uberjar/k8s-mastodon-bot-standalone.jar myconfig.edn myauth.edn | kubectl apply --dry-run=client -f -
|
||||||
java -jar target/uberjar/k8s-mastodon-bot-standalone.jar myconfig.edn myauth.edn | kubectl apply -f -
|
java -jar target/uberjar/k8s-mastodon-bot-standalone.jar myconfig.edn myauth.edn | kubectl apply -f -
|
||||||
```
|
```
|
Loading…
Reference in a new issue