Hi, I have a doubt on Q3-Mock exam 2. I have used `automountServiceAccountToke . . .

Ajith kumar (Aji):
Hi, I have a doubt on Q3-Mock exam 2. I have used automountServiceAccountToken: false to recreate the pod but still the service account secret token got mounted in the pod. Can someone help me on this please?

Shivam Srivastava:
Remove the mountPath and volume where you find the token has been mounted earlier

Ajith kumar (Aji):
Okay got it, thanks for response @Shivam Srivastava. If I use the same option in fresh pod definition file then it won’t get mounted automatically right? Here since am using existing pod definition file, those configurations are still present due to that, it’s still getting mounted? Please correct me if my understanding is correct? Thanks in advance :pray:

Alistair Mackay:
Your understanding is correct :slightly_smiling_face:

Ajith kumar (Aji):
Cool, thanks @Alistair Mackay :pray: