4 Commits

Author SHA1 Message Date
Release Automation
5c1bd65ba4
Fix shellcheck lint errors:
$ shellcheck init.bash

In init.bash line 3:
cd $(dirname $0)
   ^-----------^ SC2046: Quote this to prevent word splitting.
             ^-- SC2086: Double quote to prevent globbing and word splitting.

Did you mean:
cd $(dirname "$0")

For more information:
  https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
2022-02-13 11:31:38 -08:00
Release Automation
dbbb42490d print wg version for reference 2022-02-13 11:26:32 -08:00
Release Automation
8e47d19273
heredoc contents of derp-example.yaml 2022-02-13 11:19:54 -08:00
Kristoffer Dalby
8d504c35bf Move kubernetes to kustomize, since thats what it is 2022-01-02 20:06:32 +01:00