fkorotkov / k8s-kotlin-dsl

Kotlin DSL for Kubernetes configs
MIT License
342 stars 19 forks source link

Patch kubernetes deployment #37

Closed trourance closed 2 months ago

trourance commented 1 year ago

Hi, I'm wondering if it is possible to delete an environment variable and achieve something like this ? https://stackoverflow.com/questions/75318304/how-can-i-delete-environment-variable-with-kustomize

The lack of documentation makes it difficult to figure out. Thanks