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
kind: HarborSyncmetadata:
name: my-projectspec:
type: Regexname: "my-project"# <--- specify harbor projectrobotAccountSuffix: "k8s-sync-robot"# <--- should be unique per kind: HarborSyncmapping:
- type: Translatenamespace: "team-a"# <--- target namespacesecret: "my-project-pull-token"# <--- target secret name
- type: Translatenamespace: "team-b"secret: "my-project-pull-token"serviceaccount: default # <--- add the imagePullSecret to the service account
We proxy all images and use external Helm Files the might refer to Docker Hub. ImagePullSecret on ServiceAccounts one doesn't need to change the deployment.
The text was updated successfully, but these errors were encountered:
Besides creating secrets, the option to add imagePullSecrets to a service account would be a pleasant addition.
Example:
We proxy all images and use external Helm Files the might refer to Docker Hub. ImagePullSecret on ServiceAccounts one doesn't need to change the deployment.
The text was updated successfully, but these errors were encountered: