Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
jaellio committed May 24, 2022
1 parent 1c3223b commit b9844bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/osm/templates/preset-mesh-root-certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ data:
{{- end}}
{{- if eq (.Values.osm.certificateProvider.kind | lower) "cert-manager"}}
"certManager": {
"issuerName": {{.Values.osm.certManager.issuerName | mustToJson}},
"issuerKind": {{.Values.osm.certManager.issuerKind | mustToJson}},
"issuerGroup": {{.Values.osm.certManager.issuerGroup | mustToJson}}
"issuerName": {{.Values.osm.certmanager.issuerName | mustToJson}},
"issuerKind": {{.Values.osm.certmanager.issuerKind | mustToJson}},
"issuerGroup": {{.Values.osm.certmanager.issuerGroup | mustToJson}}
}
{{- end}}
{{- if eq (.Values.osm.certificateProvider.kind | lower) "vault"}}
Expand Down

0 comments on commit b9844bc

Please sign in to comment.