You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When image pull secrets are configured through e.g. global.cattle.imagePullSecrets, those secrets should be monitored so that, when they are updated, their updated versions are propagated to agent deployments.
Acceptance criteria:
updates to secrets referenced by global.cattle.imagePullSecrets should lead to propagation of those updates to downstream clusters, for agent deployments to be able to use them
agent should be re-deployed upon reception of those secrets updates, to ensure that they use the latest secrets
When image pull secrets are configured through e.g.
global.cattle.imagePullSecrets, those secrets should be monitored so that, when they are updated, their updated versions are propagated to agent deployments.Acceptance criteria:
global.cattle.imagePullSecretsshould lead to propagation of those updates to downstream clusters, for agent deployments to be able to use themClusterresource has a non-nilagentPullSecrets, updates to secrets referenced by Fleet-wideglobal.cattle.imageSecretsshould not be propagated.