custom environment variable - argocd custom environment variable - argocd kubernetes kubernetes

custom environment variable - argocd


It's a late answer, but you can. You can use the plugin field to add the ENV variables in the application level, the example follows:

apiVersion: argoproj.io/v1alpha1kind: Applicationmetadata:  ...spec:  ...  source:    plugin:      env:          - name: ENV_VARIABLE            value: ENV_VALUE