Skip to content

Argo Workflow error when using envFrom field #5902

Answered by terrytangyuan
boonware asked this question in Q&A
Discussion options

You must be logged in to vote

name is a sub-item in configMapRef so you would need two additional spaces before name, e.g. try the following:

      container:
        image: my-image:1.2.3
        envFrom:
          - configMapRef:
              name: "{{inputs.parameters.configmap}}"
          - secretRef:
              name: "{{inputs.parameters.secret}}"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by terrytangyuan
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