k3s/pkg/server
Harsimran Singh Maan abc2efdd57
Disable helm CRD installation for disable-helm-controller (#8702)
* Disable helm CRD installation for disable-helm-controller
    The NewContext package requires config as input which would
    require all third-party callers to update when the new go module
    is published.
    
    This change only affects the behaviour of installation of helm
    CRDs. Existing helm crds installed in a cluster would not be removed
    when disable-helm-controller flag is set on the server.
    
    Addresses #8701
* address review comments
* remove redundant check

Signed-off-by: Harsimran Singh Maan <maan.harry@gmail.com>
2023-11-15 14:35:31 -08:00
..
auth.go
cert.go
context.go Disable helm CRD installation for disable-helm-controller (#8702) 2023-11-15 14:35:31 -08:00
router.go Server Token Rotation (#8265) 2023-10-09 10:58:49 -07:00
secrets-encrypt.go Use already imported semver, bump kine 2023-08-25 14:17:00 -06:00
server.go Disable helm CRD installation for disable-helm-controller (#8702) 2023-11-15 14:35:31 -08:00
token.go Server Token Rotation (#8265) 2023-10-09 10:58:49 -07:00
types.go