|
@@ -13,3 +13,10 @@ kubectl create secret generic midjourney-sort-and-upload \
|
|
|
--from-literal=LARGE=longstringofnumbers
|
|
|
```
|
|
|
|
|
|
+## You also need a secret for the openid token. Again, not sure how I got this originally
|
|
|
+
|
|
|
+The file was in io's home in `.gdrive/token_v2.json`.
|
|
|
+
|
|
|
+```
|
|
|
+kubectl create secret generic gdrive-token --from-literal=TOKEN=$(cat token_v2.json)
|
|
|
+```
|