Skip to content

Commit

Permalink
add list services to notebook role for constructing internal url to s… (
Browse files Browse the repository at this point in the history
#172)

* add list services to notebook role for constructing internal url to spark connect applications

* bump chart version
  • Loading branch information
sigmarkarl authored Dec 21, 2023
1 parent 0d41296 commit 77b9516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.2.2
version: 0.2.3
appVersion: 0.1.16
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
1 change: 1 addition & 0 deletions charts/bigdata-notebook-service/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
- ""
resources:
- 'pods'
- 'services'
verbs:
- get
- list
Expand Down

0 comments on commit 77b9516

Please sign in to comment.