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

incorrect nindent for initContainers in helm chart #5703

Open
SeanKnight opened this issue Jun 24, 2024 · 1 comment
Open

incorrect nindent for initContainers in helm chart #5703

SeanKnight opened this issue Jun 24, 2024 · 1 comment
Labels
t:bug Something isn't working

Comments

@SeanKnight
Copy link

Describe the bug

Can not add my own initContainer if .Values.waitForApiext.enabled is true

https://github.com/emissary-ingress/emissary/blob/chart/v8.9.1/charts/emissary-ingress/templates/deployment.yaml#L178

nindent on line 178 should be 6 to match the indent used on wait-for-apiext on line 136

https://github.com/emissary-ingress/emissary/blob/chart/v8.9.1/charts/emissary-ingress/templates/deployment.yaml#L136

To Reproduce

Steps to reproduce the behavior:

  1. Set .Values.waitForApiext.enabled to true (default setting)
  2. In values.yaml define one or more .initContainers
  3. Template or install chart and get invalid yaml

Expected behavior

To be able to define additional initContainers.

Versions (please complete the following information):

  • Chart version >=8.9.0

Additional context

Incorrect indent also in this file:

https://github.com/emissary-ingress/emissary/blob/chart/v8.9.1/charts/emissary-ingress/templates/deployment-canary.yaml#L157

@SeanKnight
Copy link
Author

@cindymullins-dw cindymullins-dw added the t:bug Something isn't working label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants