Adaptive Garage
Adaptive Garage
Hi there, ### Terraform Version Terraform v1.1.8 on linux_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.15.0 ### Affected Resource(s) - postgresql_role ### Terraform Configuration Files ``` resource "postgresql_role" "gaas_oper" { name = "gaas_oper"...
## Issue https://github.com/gravitee-io/issues/issues/10533
## Summary The helm chart was extended with a support for custom init containers and custom configmaps. The maps (instead of lists) for both the `initContainers:` and `additionalConfigMaps:` keys in...
### What features would you like to see added? In many deployment scenarios it is desirable to have a possibility of tweaking some files, performing init actions, etc. ### More...