Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pjbgf/0a8c8a1459e5a2eb20e9d0852ba8c4be to your computer and use it in GitHub Desktop.
Save pjbgf/0a8c8a1459e5a2eb20e9d0852ba8c4be to your computer and use it in GitHub Desktop.
Disable the auto-mount for the default Service Account
apiVersion: v1
kind: ServiceAccount
metadata:
name: default
automountServiceAccountToken: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment