Skip to content

Commit 2324d75

Browse files
author
Frederic Spiers
committed
chore(minio): updates values schema
1 parent 74335e2 commit 2324d75

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/minio/templates/post-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
namespace: {{ .Release.Namespace }}
77
labels:
88
{{- include "minio.labels" . | nindent 4 }}
9+
{{- if .Values.commonAnnotations }}
910
annotations:
10-
{{- if .Values.commonAnnotations }}
1111
{{- include "minio.annotations" . | nindent 4 }}
12-
{{- end }}
12+
{{- end }}
1313
spec:
1414
ttlSecondsAfterFinished: 600
1515
activeDeadlineSeconds: 300

charts/minio/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@
183183
}
184184
}
185185
},
186+
"defaultBuckets": {
187+
"type": "string",
188+
"title": "Default Buckets",
189+
"description": "Comma, semi-colon or space separated list of buckets to create at initialization"
190+
},
186191
"replicaCount": {
187192
"type": "integer",
188193
"title": "Replica Count",

charts/minio/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ config:
7373
## @param config.extraEnvVars Extra environment variables to be set on MinIO containers
7474
extraEnvVars: []
7575

76-
## @section Bucket provisioning
7776
## @param defaultBuckets Comma, semi-colon or space separated list of buckets to create at initialization
7877
## Format: "bucket-name" or "bucket-name:policy" where policy can be: none, download, upload, or public
7978
## e.g: "my-bucket, my-second-bucket:download, my-public-bucket:public"

0 commit comments

Comments
 (0)