Skip to content

Commit

Permalink
Fix envVars example (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper7 authored Mar 20, 2023
1 parent 1a9d156 commit 926ac79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.23
version: 0.1.24

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 5 additions & 5 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ global:
envVars: {}
# Example:
# envVars:
# DEBUG: True
# DEBUG: "True"

blobvault:
# -- Blobvault local backing store size
Expand Down Expand Up @@ -254,7 +254,7 @@ studioUi:
envVars: {}
# Example:
# envVars:
# DEBUG: True
# DEBUG: "True"

replicaCount: 1

Expand Down Expand Up @@ -311,7 +311,7 @@ studioBackend:
envVars: {}
# Example:
# envVars:
# DEBUG: True
# DEBUG: "True"

replicaCount: 1

Expand Down Expand Up @@ -368,7 +368,7 @@ studioBeat:
envVars: {}
# Example:
# envVars:
# DEBUG: True
# DEBUG: "True"

replicaCount: 1

Expand Down Expand Up @@ -415,7 +415,7 @@ studioWorker:
envVars: {}
# Example:
# envVars:
# DEBUG: True
# DEBUG: "True"

replicaCount: 1

Expand Down

0 comments on commit 926ac79

Please sign in to comment.