paulbsd-salt/states/k9s/defaults.yaml
Paul Lecuq 63878c352b
All checks were successful
continuous-integration/drone/push Build is passing
added k9s state
2025-02-19 18:16:43 +01:00

10 lines
200 B
YAML

---
k9s:
enabled: true
install_dir: /usr/local/apps
release_dir: /usr/local/apps/releases
mirror: https://github.com/derailed/k9s/releases/download
version: 0.40.5
os: linux
arch: amd64