Patrice Amiel
Patrice Amiel
Hello, I’m using the mod_auth_openidc to protect the access to a Web UI server, managing the authentication of end-users through the OIDC Authorization Code flow. Authorization Code flow (in opposition...
It does make sense that a "waiting for Liveness and Readiness..." step is run when deploying a StatefulSet with an updateStrategy set to "OnDelete", because none of the Pods are...
Spray v3 is checking the completion of the upgrade process differently when "waiting" a Deployment compared to a Statefulset... while Spray v4 has a fully different algorithm for that... that...
There are several cases where the processing of Spray could be stopped because the content of the `charts/` directory in not in line with the content of the `requirements.yam` file....
Deployment of a sub-chart that only contains hooks is failing: the Release is set to FAILED (at least on the first install) and `helm spray` exists with error code 1...
It would be good if `helm spray` could support a `rollbak` command, for at least the 2 following use cases: - Explicit rollback requested: either on the global umbrella chart,...
After installation using `helm spray`, the App Version that is displayed for each of the Releases when running a `helm list` is the AppVersion of the umbrella chart, and not...
### Summary This PR is to add getter functions in the `pdk.service.request` object: `get_method`, `get_scheme`, `get_host`, `get_port`, `get_path`, `get_raw_query`, `get_query_arg`, `get_query`, `get_header` and `get_headers`. `get_raw_body` and `get_body` are not in...
Using `xmltodict` on RedHat runs like a charm. However, moving the exact same script to Alpine has generated an issue in the particular use case where the `cdata` value is...
* **What are you trying to do?** Install the plugin and login to my Nexus repo. When running `helm nexus-push my-repo login -u user`, I receive an error `/root/.helm/plugins/helm-nexus-push/push.sh: line...