helm: default additional labels/annotations as object (#15698)

This commit is contained in:
Josh Kasuboski 2022-09-18 10:03:50 -05:00 committed by GitHub
parent 79fb79b71c
commit ac714e7e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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