You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/burrito/values.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ config:
58
58
# -- Provider cache custom configuration
59
59
hermitcrab: {}
60
60
datastore:
61
-
# -- Service account to use for datastore operations (e.g. reading/writing to storage)
61
+
# -- Service accounts that are allowed to access the datastore API in namespace/name format (not the service account used by the datastore pods, check datastore.serviceAccount.metadata for that)
62
62
serviceAccounts: []
63
63
storage:
64
64
# -- Use in-memory storage for testing - not intended for production use, data will be lost on datastore restart
@@ -369,6 +369,7 @@ datastore:
369
369
labels:
370
370
app.kubernetes.io/component: datastore
371
371
app.kubernetes.io/name: burrito-datastore
372
+
# -- Service account configuration for the Burrito datastore deployment. Use this to grant permission to the datastore to interact with external storage
0 commit comments