Skip to content

Commit

Permalink
chore(manifest): 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 70cde17 commit ea63b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,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
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

0 comments on commit ea63b95

Please sign in to comment.