Cornelius A. Ludmann
Cornelius A. Ludmann
[installer] Support adding image pull secrets even when the internal (in-cluster) registry is used
Currently, we can add image pull secrets only when an external registry is used like this: ```yaml containerRegistry: inCluster: false external: url: my-registry.example.com certificate: kind: secret name: my-registry-credentials ``` However,...
Currently, in KOTS (Replicated) we allow to add custom CA certs only when you bring our own (probably self-signed) cert. For the case someone has an SCM with a self-signed...
- [x] [this internal feedback about the certificate issuer name](https://gitpod.slack.com/archives/C01KLC56NP7/p1651248380457109) - [x] This [internal feedback](https://gitpod.slack.com/archives/C01KLC56NP7/p1655795973498729) on naming of the SSH option - [ ] [Feedback](https://github.com/gitpod-io/gitpod/issues/9661#issuecomment-1119491252) on container registry wording -...
My mail server (more precisely my `amavis`) does not accept the notification mails sent by keel because the required DATE header is missing (see [RFC 822](http://www.faqs.org/rfcs/rfc822.html)). I was able to...
# Description This pull request adds the proof-of-value reference architecture (currently GCP instructions only because the AWS instructions for single-cluster are not ready yet). # Related Issue - https://github.com/gitpod-io/gitpod/issues/10622 #...
In https://github.com/csweichel/werft/commit/d5e1218fcdecca5c6a09fcb6b00b81f34b5adc03 you removed the support of annotations in commits. To address my concern I raised in https://github.com/gitpod-io/ops/issues/965#issuecomment-1027781646, I would propose a solution like the following that ignores commit annotations...
Would be good to be able to cancel a running werft job with the CLI tool.
### Describe your feature request On the reference architecture page, we have tabs for different cloud providers.  When the visitor switches the tab, the choice 1. should be selected...
### Describe your feature request On the reference architecture page, we have tabs for different cloud providers that are collapsed with a toggle by default:  With this implementation, we...
## Description This change uses the `installer mirror list` command to get the list of all used images for the Lacework scan. It also fixes the issues that lacework cannot...