Skip to content

Commit

Permalink
use empty strings for some empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmanuylov committed Mar 28, 2024
1 parent 5b5f17a commit a98e39c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/selenium-grid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ nodeConfigMap:
# Directory where the extra scripts are mounted to
extraScriptsDirectory: "/opt/selenium"
extraScripts:
nodePreStop.sh:
nodeProbe.sh:
nodePreStop.sh: ""
nodeProbe.sh: ""
# Name of volume mount is used to mount scripts in the ConfigMap
scriptVolumeMountName:
# Automatic browser leftovers cleanup stuck browser processes, tmp files
Expand All @@ -136,8 +136,8 @@ recorderConfigMap:
extraScriptsDirectory: "/opt/bin"
# List of extra scripts to be mounted to the container. Format as `filename: content`
extraScripts:
# video.sh:
# video_graphQLQuery.sh:
# video.sh: ""
# video_graphQLQuery.sh: ""
# Name of volume mount is used to mount scripts in the ConfigMap
scriptVolumeMountName:
videoVolumeMountName: videos
Expand All @@ -154,7 +154,7 @@ uploaderConfigMap:
extraScriptsDirectory: "/opt/bin"
# List of extra scripts to be mounted to the container. Format as `filename: content`
extraScripts:
upload.sh:
upload.sh: ""
# Extra files stored in Secret to be mounted to the container.
secretFiles:
upload.conf: "[sample]"
Expand Down

0 comments on commit a98e39c

Please sign in to comment.