fix(secrets-store): update apiVersion to v1 for compatibility
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ClusterSecretStore
|
||||
metadata:
|
||||
name: external-secrets
|
||||
|
||||
Reference in New Issue
Block a user