You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I'm not currently able to contribute a PR as I need to get employer authorization first, but if/when that situation changes I would be happy to create a PR.
What happened:
When installing Agones in a cluster using the Helm terraform module, the
crds.CleanupOnDelete
setting is missing theagones
prefix.What you expected to happen:
The
crds.CleanupOnDelete
setting should have theagones
prefix.How to reproduce it (as minimally and precisely as possible):
n/a
Anything else we need to know?:
The offending line:
https://github.com/googleforgames/agones/blob/release-1.25.0/install/terraform/modules/helm3/helm.tf#L52
The docs correctly list the setting as
agones.crds.cleanupOnDelete
:https://agones.dev/site/docs/installation/install-agones/helm/#configuration
And the helm chart itself uses the
agones
prefix for this setting:https://github.com/googleforgames/agones/blob/release-1.25.0/install/helm/agones/templates/hooks/pre_delete_hook.yaml#L1
Environment:
1.25
kubectl version
):1.22
The text was updated successfully, but these errors were encountered: