File tree Expand file tree Collapse file tree
coa/pkg/apis/v1alpha2/providers/cert/k8scert
packages/helm/symphony/files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import (
2626)
2727
2828type K8SCertProviderConfig struct {
29- Name string `json:"name"`
3029 DefaultDuration string `json:"defaultDuration"`
3130 RenewBefore string `json:"renewBefore"`
3231}
Original file line number Diff line number Diff line change 346346 "k8s-cert" : {
347347 "type" : " providers.cert.k8scert" ,
348348 "config" : {
349- "inCluster" : true ,
350349 "defaultDuration" : " {{ .Values.cert.certDurationTime | default " 4320 h" }}",
351350 "renewBefore" : " {{ .Values.cert.certRenewBeforeTime | default " 360 h" }}"
352351 }
561560 "k8s-cert" : {
562561 "type" : " providers.cert.k8scert" ,
563562 "config" : {
564- "inCluster" : true ,
565563 "defaultDuration" : " {{ .Values.cert.certDurationTime | default " 4320 h" }}",
566564 "renewBefore" : " {{ .Values.cert.certRenewBeforeTime | default " 360 h" }}"
567565 }
You can’t perform that action at this time.
0 commit comments