mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
flake: format
This commit is contained in:
parent
ea8fe3bd9c
commit
9492528225
3 changed files with 34 additions and 36 deletions
|
|
@ -21,11 +21,11 @@ For example, to patch the deployment created by the release above:
|
|||
kubernetes.resources.deployments.nginx = {
|
||||
# be sure to match the corresponding namespace as well
|
||||
metadata.namespace = "default";
|
||||
# here we can configure anything and are no longer bound by `values.yaml`
|
||||
# here we can configure anything and are no longer bound by `values.yaml`
|
||||
spec.template.spec.containers.nginx.env = [{
|
||||
name = "MY_VARIABLE";
|
||||
value = "100";
|
||||
}];
|
||||
};
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue