Renaud Guérin

Results 14 issues of Renaud Guérin

When I launch the CPR directly from one of the C4CPC slots, I get a "no cartridge" error. When I launch it from CprSelect, it crashes after drawing a few...

This PR has 2 changes that should fix issue #28 : 1. Modify `hstwb_image_setup.py` so that it parses Windows-style newlines correctly (the included FS-UAE config file is in Windows format)...

The cert-manager CloudDNS documentation currently says : >you will need to create a custom role with the following permissions: >dns.resourceRecordSets.* >dns.changes.* >dns.managedZones.list Unfortunately, this list can't be used as is...

We're using Kustomize's `configMapgenerator` with a .env file that contains a variable whose value is a 128-bit number in hex format, like so : test.env : `FOO=0xABCDABCDABCDABCDABCDABCDABCDABCD` The generated configMap...