- May 17, 2024
-
-
Isa Aguilar authored
-
isaaguilar authored
-
- May 16, 2024
-
-
isaaguilar authored
-
- Mar 13, 2024
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Oct 28, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Oct 26, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
Isa Aguilar authored
-
Isa Aguilar authored
-
Isa Aguilar authored
Fixes https://github.com/GalleyBytes/terraform-operator/issues/150 - handle retry when already in delete stages - account for new generation and deleted
-
- Oct 06, 2023
-
-
Isa Aguilar authored
-
- Oct 05, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Oct 03, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
fixes from `configMapSeclector` to `configMapSelector` in the crd.
-
- Oct 02, 2023
-
-
Isa Aguilar authored
Change is required to fix tls certs missing in native tls on the container See https://github.com/GalleyBytes/require-approval/commit/aced3cdca7ba5197fa59d67ebba182d97ceedda3
-
Isa Aguilar authored
-
- Sep 27, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Sep 26, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Sep 23, 2023
-
-
Ivan Gulakov authored
-
Ivan Gulakov authored
-
Ivan Gulakov authored
-
Ivan Gulakov authored
-
- Aug 30, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
when parsing the SCM (git) secrets, must default to terraform's namespace. Even though the secretRef allows the defining of a namespace, TFO does not create a ClusterRole for the tasks and the workflow will fail anyway. But since the operator can reach out to other namespaces, in the case that a finalizer does need to be removed, the changes here will handle it. Future dev (maybe me) please fix secret to same namespace as the terraform resource only.
-
- Aug 21, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Aug 04, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
- Aug 03, 2023
-
-
Isa Aguilar authored
-
Isa Aguilar authored
-
Isa Aguilar authored
The new secret lock finalizer as getting called too often having to check secrets on every reconcile loop. Instead, move the finalizer check to be run once per generation change and upon final removal. - changed the default finalizer name back to the original name to ensure resources created on stables versions will continue to finalize correctly - added a new finalizer name that is unique per tf resource
-
- Aug 02, 2023
-
-
Isa Aguilar authored
- fixes #147 - updating a resource when it's deleting will retrigger the delete process
-
- Aug 01, 2023
-
-
Isa Aguilar authored
- fixes #144 - do not download from url by default, use embeded script for this version of tfo - requires new task images which are updated in these changes
-
- Jul 03, 2023
-
-
Ivan Gulakov authored
-