feat(examples/nginx-deployment): use nix eval for applying configuration

This commit is contained in:
Jaka Hudoklin 2019-03-12 21:08:35 +01:00
parent e64f8b2d75
commit 0910b9b42e
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -8,7 +8,7 @@ image
### Building and applying kubernetes configuration
```
nix-instantiate --eval --strict --json -A result | kubectl apply -f -
nix eval -f ./. --json result | kubectl apply -f -
```
### Building and pushing docker images