Skip to content

Commit

Permalink
update 10/04/24 11:41:38
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Oct 4, 2024
1 parent 4ead007 commit ce5264e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions charts/qovery/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down
3 changes: 2 additions & 1 deletion charts/qovery/values-demo-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down Expand Up @@ -188,7 +189,7 @@ ingress-nginx:
external-dns:
fullnameOverride: external-dns
provider: pdns
domainFilters: [*domain]
domainFilters: [*rootDomain]
txtOwnerId: *shortClusterId
txtPrefix: *externalDnsPrefix
pdns:
Expand Down
3 changes: 2 additions & 1 deletion charts/qovery/values-demo-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down Expand Up @@ -172,7 +173,7 @@ ingress-nginx:
external-dns:
fullnameOverride: external-dns
provider: pdns
domainFilters: [*domain]
domainFilters: [*rootDomain]
txtOwnerId: *shortClusterId
txtPrefix: *externalDnsPrefix
pdns:
Expand Down
3 changes: 2 additions & 1 deletion charts/qovery/values-demo-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down Expand Up @@ -114,7 +115,7 @@ ingress-nginx:
external-dns:
fullnameOverride: external-dns
provider: pdns
domainFilters: [*domain]
domainFilters: [*rootDomain]
txtOwnerId: *shortClusterId
txtPrefix: *externalDnsPrefix
pdns:
Expand Down
3 changes: 2 additions & 1 deletion charts/qovery/values-demo-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down Expand Up @@ -190,7 +191,7 @@ ingress-nginx:
external-dns:
fullnameOverride: external-dns
provider: pdns
domainFilters: [*domain]
domainFilters: [*rootDomain]
txtOwnerId: *shortClusterId
txtPrefix: *externalDnsPrefix
pdns:
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ qovery:
clusterShortId: &clusterShortId set-by-customer
organizationId: &organizationId set-by-customer
jwtToken: &jwtToken set-by-customer
rootDomain: &rootDomain set-by-customer
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ qovery:
clusterShortId: '&clusterShortId set-by-customer'
organizationId: '&organizationId set-by-customer'
jwtToken: '&jwtToken set-by-customer'
rootDomain: '&rootDomain set-by-customer'
domain: '&domain set-by-customer'
domainWildcard: '&domainWildcard set-by-customer'
qoveryDnsUrl: '&qoveryDnsUrl set-by-customer'
Expand Down

0 comments on commit ce5264e

Please sign in to comment.