Skip to content

Commit

Permalink
Issue 3905 - Bug: Service not receiving secret update for user node l…
Browse files Browse the repository at this point in the history
…evel secrets

Signed-off-by: Max McAdam <[email protected]>
  • Loading branch information
MaxMcAdam committed Sep 22, 2023
1 parent 8576056 commit 6ee50a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agreementbot/governance.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func (w *AgreementBotWorker) GovernAgreements() int {
for _, bs := range binding.Secrets {

serviceSecretName, smSecretName := bs.GetBinding()
smSecretName = strings.TrimPrefix(smSecretName, "/")
for _, updatedSecretName := range updatedSecrets {
if glog.V(5) {
glog.Infof(logString(fmt.Sprintf("checking secret %v against %v", updatedSecretName, bs)))
Expand Down

0 comments on commit 6ee50a1

Please sign in to comment.