Update dhall-kubernetes-2020-01-25.markdown

This commit is contained in:
Cadey Ratio 2020-01-25 16:04:40 -05:00 committed by GitHub
parent 546f310b6b
commit 24fea7b342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ my apps, but it is difficult to extend at this point for a few reasons:
[dyson]: https://github.com/Xe/within-terraform/tree/master/dyson [dyson]: https://github.com/Xe/within-terraform/tree/master/dyson
[template]: https://github.com/Xe/within-terraform/blob/master/dyson/src/dysonPkg/deployment_with_ingress.yaml [template]: https://github.com/Xe/within-terraform/blob/master/dyson/src/dysonPkg/deployment_with_ingress.yaml
- It assumes that everything passed to it is already valid yaml terms - It assumes that everything passed to it are already valid yaml terms
- It doesn't assert the type of any values passed to it - It doesn't assert the type of any values passed to it
- It is difficult to add another container to a given deployment - It is difficult to add another container to a given deployment
- Environment variables implicitly depend on the presence of a private git repo - Environment variables implicitly depend on the presence of a private git repo