Skip to content
Discussion options

You must be logged in to vote

Got this to work by making the following change to the Application CRD:

spec:
  source:
    helm:
      parameters:
        - name: revision
          value: $ARGOCD_APP_REVISION

And the following to my deployment

env:
  - name: ARGOCD_APP_REVISION
    value: ${{ .Values.revision }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sondrelg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant