Stephan

Results 6 issues of Stephan

# Observed behaviour In an `argocd_application` when I set this is the source helm section: ``` parameter { name = "ingress.annotations.external-dns.alpha.kubernetes.io/hostname" value = "something" } ``` I get an error...

### What problem are you facing? When creating a mysql database, I'm missing a feature to specify the CHARACTER SET and the COLLATION of the database (See https://dev.mysql.com/doc/refman/8.0/en/create-database.html). When I...

enhancement

The `>` in this command is done by bash, not by `cat`, therefore, if run by non-root user you will get permission denied. Fixing by running the entire sudo'd command...

website

**Describe the bug** Right now, if two Ingresses share an ALB, then both of them need an identical `alb.ingress.kubernetes.io/tags` annotation. I want to have different `Name` tags for each Ingress,...

kind/feature
lifecycle/stale

Right now no logs are visible for a boundary instance run via systemd. This PR adds 2 lines to the unit file to log stdout and stderr to journal, so...