-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immutable secrets are still not supported #1428
Comments
I tested it with our last version 0.25.0.
I can not reproduce the problem. Could you check with the latest version released, please? Moreover, I tested it with in yaml format and it is working in my local too. Thanks a lot Álvaro |
Hii alvneiayu Thanks a lot for your feedback, I also tried the same steps again while using v0.25.0 and it worked successfully 👍 I think I understood what happened: The new controller version including the commit was then published as 0.25.0 which got updated in the helm-chart as part of the release v2.14.2 ( 2 releases after ) |
Which component:
controller/kubeseal - 0.24.5
Describe the bug
The immutable attribute is not considered by the controller, nor by kubeseal for that matter
To Reproduce
Perform the same steps described in the associated PR: #1395
Expected behavior
The generated secret is expected to have the
immutable
attributeVersion of Kubernetes:
Additional context
I am sure that the new CRD is installed in the cluster
The text was updated successfully, but these errors were encountered: