mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-06 17:57:02 +00:00
6 lines
224 B
Bash
6 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
|