Skip to content

Commit

Permalink
no default value for command in values
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaxp committed Nov 28, 2024
1 parent b93accb commit 3184424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ image:
repository: busybox
tag: stable
container:
command []
args: ["sleep", "2000"]
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion charts/application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ container:
annotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"
# arguments given to the container; []one string
command: []
# command: []
# arguments given to the container; []string
args: []

Expand Down

0 comments on commit 3184424

Please sign in to comment.