Commit 89651077 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #26981 from wfhartford/patch-1

Automatic merge from submit-queue Fix resource requests in cassandra-daemonset.yaml The current file fails validation because the resource request syntax is incorrect.
parents 85c91eb3 a9162ed8
......@@ -489,7 +489,7 @@ spec:
#- containerPort: 9160
# name: thrift
resources:
request:
requests:
cpu: 0.5
volumeMounts:
- mountPath: /cassandra_data
......
......@@ -44,7 +44,7 @@ spec:
#- containerPort: 9160
# name: thrift
resources:
request:
requests:
cpu: 0.5
volumeMounts:
- mountPath: /cassandra_data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment