Skip to content

Commit

Permalink
fix typos and comments
Browse files Browse the repository at this point in the history
Signed-off-by: William Rizzo <[email protected]>
  • Loading branch information
wrkode committed Jan 16, 2025
1 parent 7d88df2 commit 0f2bcdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/k8s/k0s/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ requires:
category: "development"
version: ">=0"
env:
# Remove any possible "+N" from the end of the version. We only bump that to
# avoid overwritting existing images when we want the package to be rebuilt.
- K0S_VERSION=v{{ regexReplaceAll "\\+\\d+$" .Values.version "" }}+k0s.{{.Values.k0s_version}}
{{$arch:=(default "amd64" .Values.arch)}}
{{ if eq $arch "arm" }}
Expand All @@ -14,8 +12,6 @@ env:
{{ end }}
steps:
- c
# Let the installer script install service files for openrc or systemd:
# https://github.com/k3s-io/k3s/blob/36645e7311e9bdbbf2adb79ecd8bd68556bc86f6/install.sh#L114-L122
{{ if eq .Values.name "k0s-openrc" }}
- touch /sbin/openrc-run && chmod +x /sbin/openrc-run
{{ else }}
Expand Down

0 comments on commit 0f2bcdc

Please sign in to comment.