Skip to content

Commit e0a8235

Browse files
committed
Cleanup
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent bb6f11c commit e0a8235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ make uninstall
123123
> The command asks for a confirmation:
124124
> `Are you sure you want to delete: Gitpod, Services/Registry, Services/RDS, Services, Addons, Setup (y/n)?`
125125
126-
> Please make sure you delete the S3 bucket used to store the docker registry images!
126+
> Please make sure you delete the S3 bucket used to store the docker registry images!

lib/charts/external-dns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ExternalDNS extends cdk.Construct {
5050
runAsUser: 0
5151
},
5252
logFormat: 'json',
53-
domainFilters: [process.env.DOMAIN],
53+
domainFilters: [],
5454
sources: ["ingress"],
5555
policy: "upsert-only",
5656
serviceAccount: {

0 commit comments

Comments
 (0)