1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00

fix(kubernetes):change capabilities to readwrite (#2354)

Signed-off-by: sdischer-sap <129972012+sdischer-sap@users.noreply.github.com>
This commit is contained in:
sdischer-sap 2023-05-25 13:40:32 +02:00 committed by GitHub
parent 2f8719ad41
commit 1551741c4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ func init() {
}
func (p *Provider) Capabilities() esv1beta1.SecretStoreCapabilities {
return esv1beta1.SecretStoreReadOnly
return esv1beta1.SecretStoreReadWrite
}
// NewClient constructs a Kubernetes Provider.