Karpenter does not need PKI

This commit is contained in:
Ole Markus With 2021-12-14 10:34:48 +01:00
parent 0a6e329477
commit c89e318701
1 changed files with 0 additions and 1 deletions

View File

@ -1070,7 +1070,6 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*Addon
Name: fi.String(key),
Manifest: fi.String(location),
Selector: map[string]string{"k8s-addon": key},
NeedsPKI: true,
Id: id,
})
if b.UseServiceAccountExternalPermissions() {