This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spacing issues on values.yaml file (#1812)
Helm Chart ConfigMap is using `OpenServiceMesh.serviceCertValidityDuration` Current default values are using `OpenServiceMesh.certmanager.serviceCertValidityDuration` Looking at the other places this is referenced I believe this should be updated to be outside of certmanager. It looks like it doesn't happen in the [osm cli](https://github.com/openservicemesh/osm/blob/11e7e5eae48790bef3c7e3a51f7d1e6206d45a0d/cmd/cli/install.go#L210) because it is passing the value itself. [Configmap Template](https://github.com/openservicemesh/osm/blob/11e7e5eae48790bef3c7e3a51f7d1e6206d45a0d/charts/osm/templates/osm-configmap.yaml#L21): ``` service_cert_validity_duration: {{ .Values.OpenServiceMesh.serviceCertValidityDuration | quote }} ```
- Loading branch information