extraVolumes: - name: google-iam-token projected: defaultMode: 420 sources: - serviceAccountToken: audience: sts.googleapis.com expirationSeconds: 86400 path: token - name: google-adc configMap: name: google-adc extraEnv: - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/google/adc.json extraVolumeMounts: - mountPath: /var/run/secrets/google-iam-token/serviceaccount name: google-iam-token readOnly: true - mountPath: /etc/google name: google-adc