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
|
- key: credentials.json
|
||||||
path: credentials.json
|
path: credentials.json
|
||||||
- name: tokens-volume
|
- name: tokens-volume
|
||||||
secret:
|
emptyDir: {}
|
||||||
secretName: gmail-agent-tokens
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue