hashicorp / terraform-enterprise-helm

The official repo for Terraform Enterprise helm charts
Mozilla Public License 2.0
16 stars 17 forks source link

Adds support for passing in container securityContext configuration from values. #57

Closed jkerry closed 11 months ago

jkerry commented 11 months ago

This change introduces a pod.securityContext hash in the chart values. This is rendered into the Terraform Enterprise deployment container spec to allow chart consumers to customize container level security.

This change has been tested via smoke test on a deployed instance.