mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(examples/nginx-deployment): use nix eval for applying configuration
This commit is contained in:
parent
e64f8b2d75
commit
0910b9b42e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue