diff --git a/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml b/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml index 8a259fbd81..c99e39f312 100644 --- a/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml +++ b/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml @@ -52,9 +52,9 @@ spec: operator: Exists effect: NoSchedule containers: - - image: quay.io/openshift/origin-cli:latest + - name: guard + image: quay.io/openshift/origin-cli:latest imagePullPolicy: IfNotPresent - name: guard terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /mnt/kube @@ -82,10 +82,10 @@ spec: export NSS_SDB_USE_CACHE=no [[ -z $cert || -z $key ]] && exit 1 curl --max-time 2 --silent --cert "${cert//:/\:}" --key "$key" --cacert "$cacert" "$health_endpoint" |grep '{ *"health" *: *"true" *}' - initialDelaySecond: 5 - periodSecond: 5 - failureThreshold: 3 - timeoutSeconds: 3 + initialDelaySeconds: 5 + periodSeconds: 5 + failureThreshold: 3 + timeoutSeconds: 3 resources: requests: cpu: 10m