Skip to content

Commit

Permalink
Merge pull request #141 from titigmr/feat/ocp-vscode-python
Browse files Browse the repository at this point in the history
feat: ✨ ocp compat vscode-python chart
  • Loading branch information
fcomte authored May 30, 2024
2 parents 54550b7 + 8a39221 commit c20655b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.11.32
version: 1.11.33

dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.22
repository: https://inseefrlab.github.io/helm-charts-interactive-services
1 change: 1 addition & 0 deletions charts/vscode-python/templates/role-binding-scc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ include "library-chart.roleBindingSCC" . }}
24 changes: 24 additions & 0 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,30 @@
}
}
},
"openshiftSCC": {
"description": "configuration for openshift compatibility",
"type": "object",
"properties": {
"enabled": {
"description": "enable rolebinding with openshift scc",
"type": "boolean",
"default": false,
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.openshiftSCC.enabled"
}
},
"scc": {
"type": "string",
"description": "name of scc for rolebinding",
"default": "anyuid",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.openshiftSCC.scc"
}
}
}
},
"git": {
"description": "Git user configuration",
"type": "object",
Expand Down

0 comments on commit c20655b

Please sign in to comment.