Skip to content

Commit

Permalink
improve addon-resizer deployment example
Browse files Browse the repository at this point in the history
This fixes the comment at the beginning of the addon-resizer deployment example
so that it describes the correct key names to use for configuring the cpu
and memory parameters.
  • Loading branch information
pgier committed Jun 15, 2021
1 parent f57b8f9 commit 92751c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addon-resizer/deploy/example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Config map for resource configuration.
# Specify 'cpu', 'extra-cpu', 'memory' and 'extra-memory'
# to overwrite resource requirements.
# Specify 'baseCPU', 'cpuPerNode', 'baseMemory', and 'memoryPerNode' to
# overwrite the CLI resource options 'cpu', 'extra-cpu', 'memory' and 'extra-memory'
# respectively.
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 92751c4

Please sign in to comment.