Skip to content

Commit

Permalink
Adjust comments to be clear on values impacts across local and OHE
Browse files Browse the repository at this point in the history
  • Loading branch information
tnederlof committed Apr 30, 2024
1 parent 69386d4 commit 0daa55c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/rstudio-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,15 @@ config:
DataDir: /var/lib/rstudio-connect
Python:
Enabled: true
# Note: The `Executable` listed below are only used for Local Execution. For Off-Host Execution, Python versions are defined by the set of Execution Environments
# https://docs.posit.co/connect/admin/python/
Executable:
- /opt/python/3.9.17/bin/python
- /opt/python/3.8.17/bin/python
Quarto:
Enabled: true
# Note: The `Executable` listed below is only used for Local Execution. For Off-Host Execution, Quarto versions are defined by the set of Execution Environments
# https://docs.posit.co/connect/admin/quarto/
Executable: "/opt/quarto/1.3.340/bin/quarto"
Scheduler:
InitTimeout: 5m
Expand All @@ -356,4 +360,3 @@ config:
GraphitePort: 9109
GraphiteClientId: rsconnect
# Note: Quarto and Python are both enabled automatically when launcher.enabled: true
# https://github.com/rstudio/helm/blob/main/charts/rstudio-connect/templates/_helpers.tpl

0 comments on commit 0daa55c

Please sign in to comment.