We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support for volume mounts in Flagger helm chart.
What problem are you trying to solve?
I would like to have the ability to define volumeMounts in the deployment manifest.
volumeMounts
Currently the helm chart only supports using the additionalVolumes value in the values file.
additionalVolumes
You can't define volume mounts that uses the volumes you define.
Add additionalVolumeMounts to the Flagger helm chart values file.
additionalVolumeMounts
In the deployment template use that value when rendering the manifest.
Patch the deployment manifest using Kustomize.
Is there another way to solve this problem that isn't as good a solution?
I could use Kustomize to patch the deployment. In our case we are using Flux with HelmReleases and would prefer to keep things similar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Support for volume mounts in Flagger helm chart.
What problem are you trying to solve?
I would like to have the ability to define
volumeMounts
in the deployment manifest.Currently the helm chart only supports using the
additionalVolumes
value in the values file.You can't define volume mounts that uses the volumes you define.
Proposed solution
Add
additionalVolumeMounts
to the Flagger helm chart values file.In the deployment template use that value when rendering the manifest.
Any alternatives you've considered?
Patch the deployment manifest using Kustomize.
Is there another way to solve this problem that isn't as good a solution?
I could use Kustomize to patch the deployment. In our case we are using Flux with HelmReleases and would prefer to keep things similar.
The text was updated successfully, but these errors were encountered: