Philipp Bandow
Philipp Bandow
This is the place to report bugs in the Njalla DNS API. If you experience a bug, please report it in this issue. Thanks!
This PR adds support temporary AWS Credentials, issued by calls to `sts:assumeRole` [1]. This feature was already requested a long time ago in the Duplicacy Forum [2]. It adds a...
#29 introduced a bug in the new logic for the `mq.existingClaim`. This PR fixes the bug and adds the previously introduced parameter to values.yaml
Add option to include additional environment variables using the following methods: * directly via `extraEnv` * indirectly via `extraEnvCM` or `extraEnvSecret` Add option to use existing secrets for * PostgreSQL...
Currently, when the image fetcher fails, the whole image flow fails. Instead, we want to have a job in the workflow to be run when the imagefetcher fails, which shall...