Skip to content

Commit 2079bf0

Browse files
authored
Rollout Deploys on platform-oidc-credentials update (#1074)
Originating issue: [PrivateCloud-analytics/Zen#42927](https://github.ibm.com/PrivateCloud-analytics/Zen/issues/42927) Signed-off-by: Rob Hundley <[email protected]>
1 parent b40e464 commit 2079bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/controller/operator/secret.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ func (r *AuthenticationReconciler) getSecretSubreconcilers(ctx context.Context,
141141
"IBMID_CLIENT_SECRET": []byte("903305fb599c8328a4d86d4cbdd07368"),
142142
"IBMID_PROFILE_CLIENT_SECRET": []byte("C1bR0rO7kE0cE3xM2tV1gI0mG1cH3jK4dD7iQ8rW6pF1aF4mQ5"),
143143
})).
144-
WithModifyFns(ensureSecretLabels, ensureChecksumAnnotation),
144+
WithModifyFns(ensureSecretLabels, ensureChecksumAnnotation).
145+
WithOnWriteFns(signalNeedRolloutFn[*corev1.Secret](r)),
145146
ctrlcommon.NewSecondaryReconcilerBuilder[*corev1.Secret]().
146147
WithName("platform-auth-ibmid-jwk").
147148
WithGenerateFns(generateSecretObject(

0 commit comments

Comments
 (0)