diff --git a/workshops/lab-containerizing-spring/resources/workshop.yaml b/workshops/lab-containerizing-spring/resources/workshop.yaml index ef9a218..a1f8623 100644 --- a/workshops/lab-containerizing-spring/resources/workshop.yaml +++ b/workshops/lab-containerizing-spring/resources/workshop.yaml @@ -16,8 +16,10 @@ spec: session: resources: memory: 1Gi - patches: - automountServiceAccountToken: false + namespaces: + security: + token: + enabled: false applications: terminal: enabled: true diff --git a/workshops/lab-creating-a-spring-app/resources/workshop.yaml b/workshops/lab-creating-a-spring-app/resources/workshop.yaml index f403918..beb81f7 100644 --- a/workshops/lab-creating-a-spring-app/resources/workshop.yaml +++ b/workshops/lab-creating-a-spring-app/resources/workshop.yaml @@ -19,8 +19,10 @@ spec: session: resources: memory: 1Gi - patches: - automountServiceAccountToken: false + namespaces: + security: + token: + enabled: false applications: terminal: enabled: true