Fix broken indentation in cockroachdb config from #45447
While I'm here, bring the e2e config precisely in line with the example config.
This commit is contained in:
parent
def9266394
commit
a18e70cdf7
|
@ -93,24 +93,23 @@ spec:
|
||||||
image: cockroachdb/cockroach-k8s-init:0.1
|
image: cockroachdb/cockroach-k8s-init:0.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-on-start=/on-start.sh"
|
- "-on-start=/on-start.sh"
|
||||||
- "-service=cockroachdb"
|
- "-service=cockroachdb"
|
||||||
env:
|
env:
|
||||||
- name: POD_NAMESPACE
|
- name: POD_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
apiVersion: v1
|
fieldPath: metadata.namespace
|
||||||
fieldPath: metadata.namespace
|
volumeMounts:
|
||||||
volumeMounts:
|
- name: datadir
|
||||||
- name: datadir
|
mountPath: "/cockroach/cockroach-data"
|
||||||
mountPath: "/cockroach/cockroach-data"
|
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- weight: 100
|
- weight: 100
|
||||||
podAffinityTerm:
|
podAffinityTerm:
|
||||||
labelSelector:
|
labelSelector:
|
||||||
matchExpress:
|
matchExpressions:
|
||||||
- key: app
|
- key: app
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
|
|
Loading…
Reference in New Issue