Skip to content

Commit

Permalink
chore(release): dns service ips are automatically inflected by kamaji
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Jan 16, 2025
1 parent 3fae17c commit 263e690
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/control-plane-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ spec:
The registry and the tag are configurable, the image is hard-coded to `coredns`.
properties:
dnsServiceIPs:
default:
- 10.96.0.10
description: |-
DNSServiceIPs contains the CoreDNS Service IPs.
When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR.
items:
type: string
minItems: 1
type: array
imageRepository:
description: |-
Expand Down Expand Up @@ -6746,11 +6746,11 @@ spec:
The registry and the tag are configurable, the image is hard-coded to `coredns`.
properties:
dnsServiceIPs:
default:
- 10.96.0.10
description: |-
DNSServiceIPs contains the CoreDNS Service IPs.
When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR.
items:
type: string
minItems: 1
type: array
imageRepository:
description: |-
Expand Down

0 comments on commit 263e690

Please sign in to comment.