Skip to content

Commit a9162ed

Browse files
author
Wesley Hartford
committed
Fix typo in daemonset resource requests
1 parent a898438 commit a9162ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/storage/cassandra/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ spec:
489489
#- containerPort: 9160
490490
# name: thrift
491491
resources:
492-
request:
492+
requests:
493493
cpu: 0.5
494494
volumeMounts:
495495
- mountPath: /cassandra_data

examples/storage/cassandra/cassandra-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
#- containerPort: 9160
4545
# name: thrift
4646
resources:
47-
request:
47+
requests:
4848
cpu: 0.5
4949
volumeMounts:
5050
- mountPath: /cassandra_data

0 commit comments

Comments
 (0)