Skip to content

Commit 3770a48

Browse files
authored
moved 127.0.0.1 to ipAddresses (#315)
2 parents 8f6f1bd + e5d869a commit 3770a48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/manifests/etcdcluster-kamaji.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ spec:
153153
- etcd-2.etcd-headless.kamaji-system.svc
154154
- etcd-2.etcd-headless.kamaji-system.svc.cluster.local
155155
- localhost
156-
- "127.0.0.1"
156+
ipAddresses:
157+
- 127.0.0.1
157158
privateKey:
158159
rotationPolicy: Always
159160
algorithm: RSA

0 commit comments

Comments
 (0)