kapitan-reference icon indicating copy to clipboard operation
kapitan-reference copied to clipboard

Allow usage of automountServiceAccountToken

Open Moep90 opened this issue 3 years ago • 0 comments

https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

Allow usage of:

apiVersion: apps/v1
kind: Deployment/Statefulset
metadata:
  name: "my-release-harbor-portal"
  labels:
    heritage: Helm
    release: my-release
    chart: harbor
    app: "harbor"
    component: portal
spec:
  template:
    spec:
[...]
      automountServiceAccountToken: false
[...]

Discoverd adopting helm-portal

Moep90 avatar Jun 18 '21 15:06 Moep90