Compare commits

..

1 Commits

Author SHA1 Message Date
Andrei Kvapil
d9cf98b905 kamaji: unhardcode cluster.local domain
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-05-21 02:36:20 +02:00
2 changed files with 6 additions and 3 deletions

View File

@@ -39,9 +39,7 @@ metadata:
spec:
dataStoreName: "{{ $etcd }}"
addons:
coreDNS:
dnsServiceIPs:
- 10.95.0.10
coreDNS: {}
konnectivity: {}
kubelet:
cgroupfs: systemd

View File

@@ -1,3 +1,8 @@
kamaji:
etcd:
deploy: false
# Fix https://github.com/clastix/kamaji/pull/467
image:
repository: ghcr.io/kvaps/test
tag: kamaji-v0.6.0-fix