Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to set a "default" replacement? #567

Open
andysnowden opened this issue Oct 20, 2023 · 0 comments
Open

Is it possible to set a "default" replacement? #567

andysnowden opened this issue Oct 20, 2023 · 0 comments

Comments

@andysnowden
Copy link

Hello,

Background:
I have N number of clusters, and I'm deploying the same helm chart to all of them. Some will need a cluster-specific secret, while the rest can use a shared secret. In the ArgoCD Application/Set I can define multiple helm values files with the ignoreMissingValueFiles option set. This allows me to use an "overwrite" pattern for cluster-specific customization effectively.

Problem:
When using the AVP plugin I lose access to ignoreMissingValueFiles. I'm wondering if others have run into this and what their solutions are. I'd like to maintain my existing pattern of just defining overwrite value file per cluster (when needed) rather than needing to edit the helm chart directly when we add/change clusters.

For additional context this is what my argocd chart/value structure looks like:

.
├── apps
│   ├── chart1
│   ├── chart2
│   └── chartn
└── values
    ├── cluster1
    │   └── chart1
    │       └── overwrite-values.yaml
    ├── cluster2
    │   └── chart2
    │       └── overwrite-values.yaml
    ├── clustern
    │   └── chartn
    │       └── overwrite-values.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant