Skip to content

Commit 9b9bebe

Browse files
committed
chore(storage): remove databaseBucket
1 parent cff8399 commit 9b9bebe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,9 @@ storage:
106106
accesskey: ""
107107
secretkey: ""
108108
# The following three bucket name parameters are valid only in cluster-off
109-
# In the case of cluster-on, they are hard coded and named: builder, registry, database
109+
# In the case of cluster-on, they are hard coded and named: builder, registry
110110
builderBucket: "drycc-builder-bucket"
111111
registryBucket: "drycc-registry-bucket"
112-
databaseBucket: "drycc-database-bucket"
113112
# Configure the following ONLY if you want persistence for on-cluster storage
114113
persistence:
115114
enabled: false # Set to true to enable persistence

0 commit comments

Comments
 (0)