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

Multiple "--header" arguments suppport #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShaunMaher
Copy link

Hi.

I hope you're having a great day.

In order to connect to our Chisel server, the client must include two headers in their request before they can get past the edge security service we use. To achieve this, and to fix a couple of minor quirks that might be specific to my deployment, I have modified your fine helm chart in the following ways:

  • Modify Deployment so that args.header can be an array or string.
  • Modify Deployment so the entire --header argument is quoted.
  • Modify Secret so it is also created if ".Values.credentials" is defined

I don't expect any of these changes will impact any existing deployments.

Cheers.
Shaun.

Sponsored-by: Orro Group

* Modify Deployment so that args.header can be an array or string.
* Modify Deployment so the entire --header argument is quoted.
* Modify Secret so it is also created if ".Values.credentials" is defined
Sponsored-by: Orro Group
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