Skip to content

Commit

Permalink
add missing value in values.yaml for secrets mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored and Ralf Grubenmann committed May 10, 2024
1 parent 6331a00 commit e38216f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,10 @@ notebooks:
targetCPUUtilizationPercentage: 50
minReplicas: 2
maxReplicas: 5
secretsMount:
image:
repository: renku/secrets-mount
tag: "1.22.1"
ssh:
enabled: false
image:
Expand Down
1 change: 1 addition & 0 deletions scripts/platform-init/platform-init.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def main():
k8s_config.load_incluster_config()
logging.info("Initializing Renku platform")
init_secret_service_secret(config)
init_secret_and_data_service_encryption(config)


if __name__ == "__main__":
Expand Down

0 comments on commit e38216f

Please sign in to comment.