Skip to content

Commit e69084c

Browse files
authored
fix: remove extraSecrets mySecret blocking KBS deployment (#88)
The mySecret entry in extraSecrets was accidentally included in PR #85 and is preventing KBS from deploying. The trustee-operator fails every ~17 minutes with: 'Secret "mySecret" not found' Without KBS deployment: - No attestation service available - All kata pods fail with CDH errors: 'Get resource failed' - hello-openshift secure/insecure pods: CreateContainerError - kbs-access secure pod: Init:CreateContainerError This is a production blocker affecting all confidential workloads. Fixes #85
1 parent ca30045 commit e69084c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

overrides/values-trustee.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ kbs:
1010
- name: "kbsres1"
1111
key: "secret/data/hub/kbsres1"
1212
- name: "passphrase"
13-
key: "secret/data/hub/passphrase"
14-
extraSecrets:
15-
- mySecret
13+
key: "secret/data/hub/passphrase"

0 commit comments

Comments
 (0)