mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
helm: default additional labels/annotations as object (#15698)
This commit is contained in:
parent
79fb79b71c
commit
ac714e7e3d
@ -32,10 +32,10 @@ mcImage:
|
|||||||
mode: distributed ## other supported values are "standalone", "gateway"
|
mode: distributed ## other supported values are "standalone", "gateway"
|
||||||
|
|
||||||
## Additional labels to include with deployment or statefulset
|
## Additional labels to include with deployment or statefulset
|
||||||
additionalLabels: []
|
additionalLabels: {}
|
||||||
|
|
||||||
## Additional annotations to include with deployment or statefulset
|
## Additional annotations to include with deployment or statefulset
|
||||||
additionalAnnotations: []
|
additionalAnnotations: {}
|
||||||
|
|
||||||
## Typically the deployment/statefulset includes checksums of secrets/config,
|
## Typically the deployment/statefulset includes checksums of secrets/config,
|
||||||
## So that when these change on a subsequent helm install, the deployment/statefulset
|
## So that when these change on a subsequent helm install, the deployment/statefulset
|
||||||
|
Loading…
Reference in New Issue
Block a user