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 toYaml to various components in values.yaml (workload, service, ...) #212

Open
tsigle opened this issue Sep 18, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@tsigle
Copy link
Contributor

tsigle commented Sep 18, 2021

There are often cases, when the deployer of the helm charts needs or wants the ability to add any yaml to various kubernetes resources, such as (not limited to in this example):

  • workload
  • containers
  • services
  • ingress

A possible option might be to provide via a toYaml yaml structure under these sections.

Note: In this example, there is a way to provide a schedulerName to the workload, so this would simply override this. However, for those that would like to have total control of what settings they provide to the workload, they could override it here. It would override any settings provided by the helm-chart, if provided.

pingfederate-admin:
  workload:
    toYaml:
      schedulerName: my-scheduler
@tsigle tsigle added the enhancement New feature or request label Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant