Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
See: 7e42dba ("Refactor configuration loading")
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jan 17, 2024
1 parent 20fa6bd commit e0a065e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/constant/constant_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ const (
KubePauseContainerImage = "registry.k8s.io/pause"
KubePauseContainerImageVersion = "3.9"
K0sConfigPathDefault = "/etc/k0s/k0s.yaml"
RuntimeConfigPathDefault = "/run/k0s/k0s.yaml"
)
1 change: 0 additions & 1 deletion pkg/constant/constant_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ const (
KubePauseContainerImage = "registry.k8s.io/pause"
KubePauseContainerImageVersion = "3.9"
K0sConfigPathDefault = "C:\\etc\\k0s\\k0s.yaml"
RuntimeConfigPathDefault = RunDir + "\\k0s.yaml"
)

0 comments on commit e0a065e

Please sign in to comment.