Kustomize has adopted the new Kubernetes declarative configurations known as KRM Functions. This new style is used as a unified way to interact with Kustomize plugins and can be implemented as either Containerized KRM Functions or Exec KRM functions.
This issue proposes updating the Secretize Kustomize plugin to support the Exec KRM Function model.
Reason:
To align Secretize with this modern Kustomize plugin architecture, leveraging the standardized KRM Function interaction pattern. This will ensure better compatibility and maintainability within the Kustomize ecosystem.
I (@AhmedElsayed101) am interested in working on this enhancement.
Kustomize has adopted the new Kubernetes declarative configurations known as KRM Functions. This new style is used as a unified way to interact with Kustomize plugins and can be implemented as either Containerized KRM Functions or Exec KRM functions.
This issue proposes updating the
SecretizeKustomize plugin to support the Exec KRM Function model.Reason:
To align
Secretizewith this modern Kustomize plugin architecture, leveraging the standardized KRM Function interaction pattern. This will ensure better compatibility and maintainability within the Kustomize ecosystem.I (@AhmedElsayed101) am interested in working on this enhancement.