Skip to content

Commit

Permalink
vscode-python: make dapla-team mandatory (#160)
Browse files Browse the repository at this point in the history
* vscode-python: make dapla-team mandatory

always enable dapla team and change default to 'dapla-felles-developers'
  • Loading branch information
skykanin authored Nov 15, 2024
1 parent 255a1a5 commit 4a355db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/vscode-python/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: 0.7.7
version: 0.7.8


dependencies:
Expand Down
11 changes: 5 additions & 6 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"type": "boolean",
"title": "Aktiver",
"description": "Aktiver datatilgang",
"default": false
"default": true,
"hidden": {
"value" : true
}
},
"mountStandard": {
"type": "boolean",
Expand All @@ -34,14 +37,10 @@
"title": "Team og tilgangsgruppe",
"description": "Hvilket team og tilgangsgruppe sine datatilganger som aktiveres",
"render": "list",
"default": "",
"default": "dapla-felles-developers",
"listEnum": [
""
],
"x-onyxia": {
"overwriteDefaultWith": "user.decodedIdToken.dapla.groups.0",
"overwriteListEnumWith": "user.decodedIdToken.dapla.groups"
},
"hidden": {
"value": false,
"path": "dapla/buckets/enabled"
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dapla:
buckets:
enabled: false
mountStandard: true
group: ""
group: "dapla-felles-developers"

deleteJob:
enabled: true
Expand Down

0 comments on commit 4a355db

Please sign in to comment.