Skip to content

Commit

Permalink
Issue shorter CA
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Nov 14, 2024
1 parent 7e10721 commit d268d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/pki/pki_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ func newPKI(config *netopv1.OperatorPKI, clientset *kubernetes.Clientset, mgr ma
AdditionalAnnotations: certrotation.AdditionalAnnotations{
JiraComponent: names.ClusterNetworkOperatorJiraComponent,
},
Validity: 10 * OneYear,
Refresh: 9 * OneYear,
Validity: certDuration * 2,
Refresh: certDuration,
Informer: inf.Core().V1().Secrets(),
Lister: inf.Core().V1().Secrets().Lister(),
Client: clientset.CoreV1(),
Expand Down

0 comments on commit d268d10

Please sign in to comment.