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:
parent
2f8719ad41
commit
1551741c4f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Provider) Capabilities() esv1beta1.SecretStoreCapabilities {
|
func (p *Provider) Capabilities() esv1beta1.SecretStoreCapabilities {
|
||||||
return esv1beta1.SecretStoreReadOnly
|
return esv1beta1.SecretStoreReadWrite
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewClient constructs a Kubernetes Provider.
|
// NewClient constructs a Kubernetes Provider.
|
||||||
|
|
Loading…
Reference in a new issue