From 165e53e87eeabda7c2ba728f1af05c21f59769fc Mon Sep 17 00:00:00 2001 From: Ilya Hontarau Date: Fri, 5 Apr 2024 09:21:01 +0200 Subject: [PATCH] enh: full example manifest (#122) Update to the latest spec --- examples/manifests/etcdcluster-full.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/examples/manifests/etcdcluster-full.yaml b/examples/manifests/etcdcluster-full.yaml index 12f07604..8cba929f 100644 --- a/examples/manifests/etcdcluster-full.yaml +++ b/examples/manifests/etcdcluster-full.yaml @@ -35,7 +35,6 @@ spec: spec: imagePullSecrets: - name: myregistrykey - serviceAccountName: default affinity: {} nodeSelector: {} tolerations: [] @@ -45,7 +44,6 @@ spec: terminationGracePeriodSeconds: 30 schedulerName: "default-scheduler" runtimeClassName: "legacy" - readinessGates: [] containers: - name: etcd image: "quay.io/coreos/etcd:v3.5.12" @@ -59,14 +57,6 @@ spec: memory: 200Mi volumes: [] - serviceTemplate: - metadata: - labels: - env: prod - annotations: - example.com/annotation: "true" - spec: - podDisruptionBudgetTemplate: metadata: labels: @@ -74,5 +64,5 @@ spec: annotations: example.com/annotation: "true" spec: - maxUnavailable: 1 +# maxUnavailable: 1 # minAvailable is mutually exclusive with maxUnavailable minAvailable: 2