fix(secrets-store): update apiVersion to v1 for compatibility #76
Reference in New Issue
Block a user
Delete Branch "fix/secrets-store-update-apiVersion-v1"
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?
Updates the apiVersion of the ClusterSecretStore to v1 to ensure
compatibility with the latest specifications and improve support
for future features. This change addresses potential issues with
deprecated versions and enhances stability.