Replies: 1 comment
-
Yes and yes. See the docs here https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#values-files
And
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋
I am new to helm-argocd deployment, and I would have 2 questions that arose when using "agocd".
Do I have any options to define the chart and helm values files stored in a separate path?
e.g.
apiVersion: argoproj.io/v1alpha1
kind: Application
and is there a way to pass yaml values with environment variables?
e.g.
argocd-create.yaml:
argocd app create node3 -f argocd-create.yaml -p $NODE_NAME=node3 $VALUE_FILE=values/values.yaml $REPO_PATH=k8s-helm
Beta Was this translation helpful? Give feedback.
All reactions