Philipp Stehle
Philipp Stehle
> @phil9909 can u take a look at this PR ? and make a merge ? I'm not a maintainer, so I can't merge it. Sorry. But I will have...
Hi @mg230181, It is very hard to read your issue, I guess the newlines somehow got lost. This happens, if you use the single back-tick syntax instead of three back-ticks...
Could you also share the template for the `stsadmin-app` deployment? I don't need the whole thing, the `spec.template.spec.volumes` and `spec.template.spec.containers.volumeMounts` should be sufficient.
> Looks like the next available number for a HIP is "0016". @c0d1ngm0nk3y you can replace the "9999" with "0016" in the file and in the name of the file....
> @jdolitsky anything missing to get this HIP merged? HIPs need two approvals to get merged
Before we start discussing implementation details, we should get the general buy-in from @OliverNocon as he dismissed a similar proposal by @c0d1ngm0nk3y and myself earlier (PR https://github.com/SAP/jenkins-library/pull/3452) in favor of...
I don't think `https://testhelmrepos.blob.core.windows.net/test/upstream/?sp=rl&st=2022-10-26T06:27:46Z&se=2022-10-26T14:27:46Z&spr=https&sv=2021-06-08&sr=c&sig=6AFsNmWcqdm25UeIzOyvfoqPLk3iJjPClu6J6C93rOk%3D/nginx-12.0.3.tgz` would be correct behavior here. I think it should be `https://testhelmrepos.blob.core.windows.net/test/upstream/nginx-12.0.3.tgz?sp=rl&st=2022-10-26T06:27:46Z&se=2022-10-26T14:27:46Z&spr=https&sv=2021-06-08&sr=c&sig=6AFsNmWcqdm25UeIzOyvfoqPLk3iJjPClu6J6C93rOk%3D`, would that work as well? Notice: in the first url the `nginx-12.0.3.tgz` is simply string-appended,...
The `2*time.Second` passed to `PollImmediateUntil` is the polling interval, the timeout is passed to the `context.WithTimeout` method and it is already configurable with the `--timeout` flag. Do you really need...
I could think of two approaches: - Extend `Chart.yaml` with a `plugins` section: ```yaml apiVersion: v2 name: example type: application version: 0.1.0 plugins: - name: helm-docs version: ^1.2.0 - name:...
> please fix the ci issue @yxxhero done