mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-17 17:56:33 +00:00
fix typo
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
1fdb49e47a
commit
e18e7fc443
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func (m *certManager) updateSecretFunc(oldObj interface{}, newObj interface{}) {
|
|||
func (m *certManager) InitTLSPemPair() {
|
||||
_, err := m.renewer.InitTLSPemPair()
|
||||
if err != nil {
|
||||
m.log.Error(err, "initialaztion error")
|
||||
m.log.Error(err, "initialization error")
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue