-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
-
None
-
3
-
False
-
None
-
False
-
KATA-2412 - deploy a key broker service for Confidential Containers
-
-
-
Kata Sprint #255
-
0
-
0.000
Description
It is not possible to add a new secret to trustee after trustee-operator has been deployed.
Steps to reproduce
- Create new secret:
kubectl create secret generic super-secret --from-literal key=hello -n kbs-operator-system
- Edit KbsConfig CRD by adding a reference to the newly created secret:
kbsSecretResources:
- super-secret
Expected result
trustee deployment is updated with new secret volume mount and secret is present in trustee file system.
Actual result
The trustee deployment is not updated, hence the new secret is not mounted into trustee file system