Skip to content

Commit

Permalink
Update how REST API access is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jun 29, 2022
1 parent c0b7e1d commit 68d82e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions workshops/lab-containerizing-spring/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ spec:
session:
resources:
memory: 1Gi
patches:
automountServiceAccountToken: false
namespaces:
security:
token:
enabled: false
applications:
terminal:
enabled: true
Expand Down
6 changes: 4 additions & 2 deletions workshops/lab-creating-a-spring-app/resources/workshop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ spec:
session:
resources:
memory: 1Gi
patches:
automountServiceAccountToken: false
namespaces:
security:
token:
enabled: false
applications:
terminal:
enabled: true
Expand Down

0 comments on commit 68d82e8

Please sign in to comment.