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
Describe the bug
Can not add my own initContainer if .Values.waitForApiext.enabled is true
.Values.waitForApiext.enabled
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
6
wait-for-apiext
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:
.initContainers
Expected behavior
To be able to define additional initContainers.
Versions (please complete the following information):
>=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
The text was updated successfully, but these errors were encountered:
Related:
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Can not add my own initContainer if
.Values.waitForApiext.enabled
istrue
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 onwait-for-apiext
on line 136https://github.com/emissary-ingress/emissary/blob/chart/v8.9.1/charts/emissary-ingress/templates/deployment.yaml#L136
To Reproduce
Steps to reproduce the behavior:
.Values.waitForApiext.enabled
totrue
(default setting).initContainers
Expected behavior
To be able to define additional initContainers.
Versions (please complete the following information):
>=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
The text was updated successfully, but these errors were encountered: