Skip to content

Commit

Permalink
🎨 cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed Oct 8, 2023
1 parent 7654d3a commit e8d5823
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
35 changes: 0 additions & 35 deletions helm/values.go

This file was deleted.

2 changes: 0 additions & 2 deletions k3s/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const InstallScript = "/tmp/k3s-install.sh"
const UninstallScript = "/usr/local/bin/k3s-uninstall.sh"
const ConfigFileLocation = "/etc/rancher/k3s"

const withVersion = " INSTALL_K3S_VERSION=%s"

type Config struct {
Version string
Disable []string
Expand Down

0 comments on commit e8d5823

Please sign in to comment.