Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Sep 18, 2024
1 parent 34bf8db commit 53fe58d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions charts/ubuntu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 5.4.4
version: 5.4.5

# 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 All @@ -31,5 +31,5 @@ appVersion: latest

dependencies:
- name: library-chart
version: 2.1.0
repository: https://inseefrlab.github.io/helm-charts-datascience
version: 1.5.25
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 0 additions & 1 deletion charts/ubuntu/templates/configmap-git.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/ubuntu/templates/configmap-s3.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/ubuntu/templates/configmap-vault.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions charts/ubuntu/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ spec:
{{- end }}
envFrom:
{{- if .Values.s3.enabled }}
- configMapRef:
name: {{ include "library-chart.configMapNameS3" . }}
- secretRef:
name: {{ include "library-chart.secretNameS3" . }}
{{- end }}
{{- if .Values.vault.enabled }}
- configMapRef:
name: {{ include "library-chart.configMapNameVault" . }}
- secretRef:
name: {{ include "library-chart.secretNameVault" . }}
{{- end }}
{{- if .Values.git.enabled }}
- configMapRef:
name: {{ include "library-chart.configMapNameGit" . }}
- secretRef:
name: {{ include "library-chart.secretNameGit" . }}
{{- end }}
ports:
- name: http
Expand Down
1 change: 1 addition & 0 deletions charts/ubuntu/templates/secret-git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretGit" . }}
1 change: 1 addition & 0 deletions charts/ubuntu/templates/secret-s3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretS3" . }}
1 change: 1 addition & 0 deletions charts/ubuntu/templates/secret-vault.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.secretVault" . }}
14 changes: 7 additions & 7 deletions charts/ubuntu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,17 @@
}
},
"security": {
"description": "RStudio specific configuration",
"description": "security specific configuration",
"type": "object",
"properties": {
"password": {
"type": "string",
"description": "Password",
"default": "changeme",
"x-form": {
"value": "{{project.password}}"
},
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
}
},
"overwriteDefaultWith": "{{service.oneTimePassword}}",
"overwriteSchemaWith": "ide/password"
} },
"allowlist": {
"type": "object",
"description": "IP protection",
Expand Down Expand Up @@ -204,6 +201,9 @@
"networkPolicy": {
"type": "object",
"description": "Define access policy to the service",
"x-onyxia": {
"overwriteSchemaWith": "network-policy.json"
},
"properties": {
"enabled": {
"type": "boolean",
Expand Down

0 comments on commit 53fe58d

Please sign in to comment.