Cert-manager doesn't fetch proper certs in CI
While debugging !164 (merged) I noticed that cert-manager isn't fetching certs for it's configured subdomain.
Then I noticed that the DNS entry for 399-helmreleases-test.ci.openappstack.net
doesn't match the IP of the droplet the pipeline runs on:
❯ host 399-helmreleases-test.ci.openappstack.net 1.1.1.1
Using domain server:
Name: 1.1.1.1
Address: 1.1.1.1#53
Aliases:
399-helmreleases-test.ci.openappstack.net has address 213.108.108.134
from https://open.greenhost.net/openappstack/openappstack/-/jobs/12336:
Waiting for droplet 4106 to reach running state...
Waiting for ssh to become available on ip 213.108.105.195
SSH became available on ip 213.108.105.195
Created /builds/openappstack/openappstack/clusters/ci-399-helmreleases-test/inventory.yml
Created /builds/openappstack/openappstack/clusters/ci-399-helmreleases-test/settings.yml
Creating domain record
No domain record found.
Creating new record.
Domain record: {'id': '373200', 'type': 'A', 'name': 'ci-399-helmreleases-test.ci', 'data': '213.108.105.195', 'ttl': 3600, 'priority': None, 'port': None, 'weight': None, 'flags': None, 'tag': None}
Creating domain record
No domain record found.
Creating new record.
Domain record: {'id': '373201', 'type': 'CNAME', 'name': '*.ci-399-helmreleases-test.ci', 'data': 'ci-399-helmreleases-test.ci', 'ttl': 3600, 'priority': None, 'port': None, 'weight': None, 'flags': None, 'tag': None}