home-cloud/k3s_cluster/files/k8s-apps/helm-operator-crds.sh

6 lines
224 B
Bash
Raw Normal View History

2020-05-20 01:21:44 +02:00
#!/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