Skip to content

Commit 3642797

Browse files
committed
fix k8s config
1 parent 214f646 commit 3642797

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

coa/pkg/apis/v1alpha2/providers/cert/k8scert/k8scert.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626
)
2727

2828
type K8SCertProviderConfig struct {
29-
Name string `json:"name"`
3029
DefaultDuration string `json:"defaultDuration"`
3130
RenewBefore string `json:"renewBefore"`
3231
}

packages/helm/symphony/files/symphony-api.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@
346346
"k8s-cert": {
347347
"type": "providers.cert.k8scert",
348348
"config": {
349-
"inCluster": true,
350349
"defaultDuration": "{{ .Values.cert.certDurationTime | default "4320h" }}",
351350
"renewBefore": "{{ .Values.cert.certRenewBeforeTime | default "360h" }}"
352351
}
@@ -561,7 +560,6 @@
561560
"k8s-cert": {
562561
"type": "providers.cert.k8scert",
563562
"config": {
564-
"inCluster": true,
565563
"defaultDuration": "{{ .Values.cert.certDurationTime | default "4320h" }}",
566564
"renewBefore": "{{ .Values.cert.certRenewBeforeTime | default "360h" }}"
567565
}

0 commit comments

Comments
 (0)