Dominic Hopf
Dominic Hopf
There is an issue with the hooks when running a deploy command for more than just one server. Lets say, for example, there are the following connections defined in `config.php`:...
I tried building an RPM from latest master and stumbled over some issues when running the `desktop-file-install` command for `data/terminator.desktop`: ``` + desktop-file-install --dir=/home/dmaphy/rpmbuild/BUILDROOT/terminator-2.0-0.1.ec2d50cdgit.fc32.x86_64/usr/share/applications data/terminator.desktop /home/dmaphy/rpmbuild/BUILDROOT/terminator-2.0-0.1.ec2d50cdgit.fc32.x86_64/usr/share/applications/terminator.desktop: error: file contains key...
This happens when manually running gencontent.sh: ``` ./gencontent.sh: line 305: [: -eq: unary operator expected ./gencontent.sh: line 305: [: -eq: unary operator expected ./gencontent.sh: line 305: [: -eq: unary operator...
We're currently trying to render a helm chart for Kyverno which fails with the following error message unless we explicitly specify the `--kube-version` for setting the `Capabilities.KubeVersion`: ``` Error: chart...
I stumbled over this topic because of a mail on the Fedora Development mailing list: https://lists.fedoraproject.org/archives/list/[email protected]/thread/L7TNU4MSIAMNM2N2OGGJ3I46DEA5MKV7/ Because of this I realized that pragha depends on libsoup currently. Since there was...
### What happened? In `templates/network/ingress.yaml` you define a servicePort variable in line 22: https://github.com/kubernetes/dashboard/blob/master/charts/kubernetes-dashboard/templates/networking/ingress.yaml#L22 That ternary unfortunately doesn't respect setups where Kong is not used at all. It should at...
Since we updated bash from 5.2 to 5.3 in Fedora Rawhide, the build of ncmpcpp using boost.m4 failed: https://github.com/ncmpcpp/ncmpcpp/issues/634 In the above issue I was recommended to open the issue...
The [CHANGELOG.md](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/CHANGELOG.md) hasn't been updated for the past two releases 2.7.0 and 2.8.0.