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

Add support for extra manifests #188

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ofirshtrull
Copy link

Hi, here is a little trick I learned from https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd

while installing this chart I ran into a Security problem. I want to support secrets from the external secret manager but it isn't supported via the chart so if I need to add secrets for the APIToken or the docker pull, I need to install via another chart the ExternalSecret resources

by this I can have them all managed in one location

and I just add the Manifests to the array and it will add them to the template

@ofirshtrull
Copy link
Author

ofirshtrull commented Sep 7, 2023

kinda relates to: #119
and can replace it all together

@ofirshtrull
Copy link
Author

@r-darwish ?

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

Successfully merging this pull request may close these issues.

1 participant