confidential-containers / trustee-operator

Operator to manage the lifecycle of Trustee (KBS)
Apache License 2.0
2 stars 12 forks source link

Can't add a new secret #36

Closed lmilleri closed 1 month ago

lmilleri commented 2 months ago

Steps to reproduce the issue:

  1. Create a new k8s secret: kubectl create secret generic super-secret --from-literal key=hello -n kbs-operator-system
  2. Update KbsConfig CRD by adding the following item:
kbsSecretResources:
  - super-secret

Result: The trustee deployment is not updated, hence the new secret is not mounted into trustee file system

bpradipt commented 1 month ago

Closed via https://github.com/confidential-containers/trustee-operator/pull/37