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:
Alex Robinson 2017-05-11 15:10:56 -04:00
parent def9266394
commit a18e70cdf7
1 changed files with 10 additions and 11 deletions

View File

@ -93,24 +93,23 @@ spec:
image: cockroachdb/cockroach-k8s-init:0.1
imagePullPolicy: IfNotPresent
args:
- "-on-start=/on-start.sh"
- "-service=cockroachdb"
- "-on-start=/on-start.sh"
- "-service=cockroachdb"
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
volumeMounts:
- name: datadir
mountPath: "/cockroach/cockroach-data"
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
volumeMounts:
- name: datadir
mountPath: "/cockroach/cockroach-data"
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpress:
matchExpressions:
- key: app
operator: In
values: