feat(k8s): add external secret for geo-service #131
Reference in New Issue
Block a user
Delete Branch "external-secret"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Creates an ExternalSecret for the geo-service to manage
sensitive information through an external secrets store.
Removes the legacy create-secrets script and updates
references in the deployment configuration to use the
new secret. This enhances security and maintainability
by centralizing secret management.