Fix token saving by mounting tokens-volume as emptyDir instead of read-only Secret
This commit is contained in:
parent
d12dd5fa63
commit
9b97592b23
|
|
@ -73,9 +73,7 @@ spec:
|
|||
- key: credentials.json
|
||||
path: credentials.json
|
||||
- name: tokens-volume
|
||||
secret:
|
||||
secretName: gmail-agent-tokens
|
||||
optional: true
|
||||
emptyDir: {}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue