mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
5 lines
224 B
Bash
5 lines
224 B
Bash
#!/bin/bash
|
|
MANIFEST_FILE=https://raw.githubusercontent.com/fluxcd/helm-operator/${version}/deploy/crds.yaml
|
|
K3S_MANIFEST_FOLDER=${k3s_manifest_folder}
|
|
|
|
curl -sfL $MANIFEST_FILE > $K3S_MANIFEST_FOLDER/helm-operator-crds.yml
|