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
|
@ -99,7 +99,6 @@ spec:
|
|||
- name: POD_NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
volumeMounts:
|
||||
- name: datadir
|
||||
|
@ -110,7 +109,7 @@ spec:
|
|||
- weight: 100
|
||||
podAffinityTerm:
|
||||
labelSelector:
|
||||
matchExpress:
|
||||
matchExpressions:
|
||||
- key: app
|
||||
operator: In
|
||||
values:
|
||||
|
|
Loading…
Reference in New Issue