You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Secret "ack-test-secret-poc" is invalid: spec.secretString: Invalid value: "string": spec.secretString in body must be of type object: "string"
In documentation
secretStringOptional | object. The text data to encrypt and store in this new version of the secret. Werecommend you use a JSON structure of key/value pairs for your secret value.
Must it be object or string?
The text was updated successfully, but these errors were encountered:
nicraMarcin
changed the title
SecretManager - can create cannot update
SecretsManager - can create cannot update
Nov 4, 2024
Describe the bug
I can create secretmanager's secret from kubernetes secret but I when I update k8s secret it is not updated :(
Steps to reproduce
Expected outcome
secret to be updated when kubernetes secret is changed.
Environment
BTW. Why we cannot set secretString directly into secretmanager's secret? for example it would be easier to:
This gives confusing error:
In documentation
Must it be object or string?
The text was updated successfully, but these errors were encountered: