-
Notifications
You must be signed in to change notification settings - Fork 230
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
Can't have separate values like resources, securityContext for keda-operator and keda-operator-metrics-apiserver containers #232
Labels
enhancement
New feature or request
Comments
That's a fair ask, are you willing to contributing this? |
tomkerkhove
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Jan 26, 2022
Sure, let me prepare a PR and ping you again @tomkerkhove |
Awesome, thank you! Please make sure it is backwards compatible. |
AshutoshNirkhe
added a commit
to AshutoshNirkhe/charts-3
that referenced
this issue
Jan 27, 2022
… and metrics-apiserver, fixes kedacore#232 Signed-off-by: AshutoshNirkhe <ashutosh.nirkhe@gmail.com>
2 tasks
please have a look at #239 |
AshutoshNirkhe
added a commit
to AshutoshNirkhe/charts-3
that referenced
this issue
Jan 27, 2022
… and metrics-apiserver, fixes kedacore#232 Signed-off-by: AshutoshNirkhe <ashutosh.nirkhe@gmail.com>
AshutoshNirkhe
added a commit
to AshutoshNirkhe/charts-3
that referenced
this issue
Jan 27, 2022
… and metrics-apiserver, fixes kedacore#232 Signed-off-by: AshutoshNirkhe <ashutosh.nirkhe@gmail.com>
AshutoshNirkhe
added a commit
to AshutoshNirkhe/charts-3
that referenced
this issue
Jan 27, 2022
… and metrics-apiserver, fixes kedacore#232 Signed-off-by: AshutoshNirkhe <ashutosh.nirkhe@gmail.com>
AshutoshNirkhe
added a commit
to AshutoshNirkhe/charts-3
that referenced
this issue
Jan 27, 2022
… and metrics-apiserver, fixes kedacore#232 Signed-off-by: AshutoshNirkhe <ashutosh.nirkhe@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
We should be able to define different values for parameters like
securityContext
,resources
etc forkeda-operator
andkeda-operator-metrics-apiserver
containers.Instead define hierarchy like,
Actual Behavior
Parameters like securityContext, resources etc are defined at root level i.e. .values.securityContext , they are applied to both containers keda-operator and keda-operator-metrics-apiserver containers.
Steps to Reproduce the Problem
None
Specifications
The text was updated successfully, but these errors were encountered: