Eduardo
Eduardo
@mitchellh today I hit this error with the following: random_id suffix_blah google_kms_keyring blah { name = blah - random_id.suffix_blah.hex } google_kms_cyrpto_key blah { name = blah random_id.suffix_blah.hex } module gke...
Please check https://github.com/terraform-providers/terraform-provider-kubernetes/issues/374 and if possible test and provide feedback on the WIP resource addition.
Just hit this and checking the source for the postgres deployment I come to this line: https://github.com/ansible/awx-operator/blob/f50c029408b9ae07928f3b8c4c9006dfce986554/roles/installer/templates/statefulsets/postgres.yaml.j2#L79 This is the container security context, which does not allow fsGroup setting: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#securitycontext-v1-core...
Related: https://github.com/ansible/awx-operator/issues/1775
Possible duplicate, but the proposed solution exposes both pod and container level security context: https://github.com/ansible/awx-operator/pull/1947