Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Oct 24, 2024
1 parent 1ddec09 commit f4f9d2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ global:
## @param global.image.tag Image tag
tag: "latest"

args: []
## @param global.command Command to run in the primary container
command: []
## @param global.args Arguments to pass to the command in the primary container
args: []

## @param global.imagePullSecrets Image pull secrets
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit f4f9d2b

Please sign in to comment.