-
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
Provide support for authentication with secrets from HashiCorp Vault #56
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nissanitz
requested review from
ahmelsayed,
jeffhollan,
tomkerkhove and
zroubalik
as code owners
July 1, 2020 09:20
Signed-off-by: Nisan Itzhakov <[email protected]>
This feature has not been shipped yet, can you please remove the new version for now please? We'll do that once the PR is ready to merge and determine what most appropriate version is. |
Signed-off-by: Nisan Itzhakov <[email protected]>
tomkerkhove
approved these changes
Jul 7, 2020
zroubalik
approved these changes
Jul 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Oct 22, 2024
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Oct 25, 2024
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Nov 11, 2024
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Nov 11, 2024
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Nov 28, 2024
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Nov 28, 2024
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Dec 12, 2024
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Dec 12, 2024
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Dec 19, 2024
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Dec 19, 2024
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Jan 2, 2025
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Jan 2, 2025
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Jan 2, 2025
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Jan 2, 2025
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Jan 13, 2025
Signed-off-by: Jan Wozniak <[email protected]>
wozniakjan
added a commit
to wozniakjan/keda-charts
that referenced
this pull request
Jan 13, 2025
* All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart (kedacore#51) * All our tweaks should go here If there is another thing to add to our fork, pls add it here. Example: ``` echo -e "#foo?\n\n bar?" > foo-bar.md # Pls keep adding the changes to standalone files that are not present in the upstream to mitigate the risk of conflict add foo-bar.md git commit -s --ammend yada yada ``` Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> * ensure keda ns in smoketests before chart installation (kedacore#36) Signed-off-by: Jan Wozniak <[email protected]> * smoke_tests: wait for deployments availability (kedacore#37) Signed-off-by: Jan Wozniak <[email protected]> * fix keda chart deployment smoketest check missing ns (kedacore#38) Signed-off-by: Jan Wozniak <[email protected]> * Don't skip the publish step (kedacore#39) Signed-off-by: Jirka Kremser <[email protected]> * http-add-on: allow fetching certs from secrets (kedacore#40) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable explicit tls secret mount Signed-off-by: Jan Wozniak <[email protected]> * restricted scc (kedacore#41) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: refactor kedify chart release trigger (kedacore#42) Signed-off-by: Jan Wozniak <[email protected]> * bump kube-rbax-proxy to v0.16.0 (kedacore#43) Signed-off-by: Zbynek Roubalik <[email protected]> * ci: fix missing quote and pipe Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: attempt HTTP2 upgrade by default (kedacore#45) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: allow configuring prometheus and otel collectors (kedacore#46) * http-add-on: allow configuring prometheus and otel collectors Signed-off-by: Jan Wozniak <[email protected]> * helm-docs Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> * gh release chart: fix env var evaluation (kedacore#47) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: metrics service (kedacore#48) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: disable interceptor pdb (kedacore#49) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: RBAC to emit events (kedacore#50) Signed-off-by: Jan Wozniak <[email protected]> * First shot of the agent helm chart Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac Signed-off-by: Jirka Kremser <[email protected]> * more granular rbac vol 2 Signed-off-by: Jirka Kremser <[email protected]> * Install also CRD and CR if requested, this is done using pre install hook (for crd) and post install hook for CR Signed-off-by: Jirka Kremser <[email protected]> * fixes for agent chart (kedacore#52) * fixes for agent chart Signed-off-by: Jan Wozniak <[email protected]> * image tag proposal Signed-off-by: Jan Wozniak <[email protected]> * add cluster name + option to disable kedifyconfig Signed-off-by: Jan Wozniak <[email protected]> * simplify kedify cr template Signed-off-by: Jan Wozniak <[email protected]> * narrow down autowiring rbac Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jan Wozniak <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> * add helm repos (templating failed because of dependent charts) (kedacore#53) Signed-off-by: Jirka Kremser <[email protected]> * Don't wait for agent to be ready (for now) (kedacore#54) Signed-off-by: Jirka Kremser <[email protected]> * Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (kedacore#55) Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon Signed-off-by: Jirka Kremser <[email protected]> * agent: configurable autowire and metrics RBAC (kedacore#56) Signed-off-by: Jan Wozniak <[email protected]> * agent: bump image to v0.1.1 (kedacore#57) Signed-off-by: Jan Wozniak <[email protected]> * http-add-on: bump version to v0.8.1-0 (kedacore#58) * kedify-agent: disable istio sidecar injection for CR and CRD creating jobs (kedacore#60) kedifi-agent: disable istio sidecar injection for CR and CRD creating jobs Signed-off-by: Jan Wozniak <[email protected]> * Add install mechanism for PRPs Signed-off-by: Jirka Kremser <[email protected]> --------- Signed-off-by: Jirka Kremser <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jirka Kremser <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]> Co-authored-by: Jan Wozniak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added option to add HashiCorp Vault certificates to communicate over TLS and an option to add extra environment variables that will be passed onto Keda operator and metrics api service (like VAULT_CACERT, VAULT_TOKEN etc.)
kedacore/keda#890