04 Dec 2020 03:51 PM
Hello Everyone,
On my repository need to authentication for pull image. So in the file Cr.yaml I saw parameter "imagePullSecrets" can I use this parameter for authen?
Thanks In Advance,
Solved! Go to Solution.
15 Jan 2021 11:53 AM
Hi,
We don't have that field on the cr.yaml file. Nonetheless, you can modify the "dynatrace-oneagent" service account to include additional image pull secrets that will be used for the OneAgent Pods.
See documentation here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsec...
Best regards,
Luis