Skip to content

Argo seems to try to access my imagePullSecret from the wrong namespace #14054

Answered by jswxstw
Matt-STN asked this question in Q&A
Discussion options

You must be logged in to vote

It seems that you are using cluster install mode, and cluster role argo does not have permission to access the secret myregcred.
You can try adding the following permissions to the cluster role argo:

  - apiGroups:
      - ''
    resourceNames:
      - myregcred
    resources:
      - secrets
    verbs:
      - get

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Matt-STN
Comment options

Answer selected by Matt-STN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants