volumeMounts: and mountPath: for argocd containers in helm chart #1630
Unanswered
thecloudgarage
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am refering to https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml
I have the resources to create persistent volumes and successfully managed to create the same for the REDIS pod in the above Helm chart.
Unfortunately, there is no reference of what is the exact mountpaths for other pods:
Is this intentional that those mount paths are not shared as hashed (#) values because I see the references to mountpaths in the init containers is presented as hashed values
Providing the exact mount paths that can be persisted in the argocd containers will be of great help in case my cluster dies during an upgrade something.
cheers
Ambar.
Beta Was this translation helpful? Give feedback.
All reactions