mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-09 03:07:01 +00:00
deploy with k3s
This commit is contained in:
parent
0f08cfb0d2
commit
2863062e44
26 changed files with 456 additions and 207 deletions
5
k3s_cluster/files/k8s-apps/cert-manager-crds.sh
Normal file
5
k3s_cluster/files/k8s-apps/cert-manager-crds.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
MANIFEST_FILE=https://github.com/jetstack/cert-manager/releases/download/${version}/cert-manager.crds.yaml
|
||||
K3S_MANIFEST_FOLDER=${k3s_manifest_folder}
|
||||
|
||||
curl -sfL $MANIFEST_FILE > $K3S_MANIFEST_FOLDER/cert-manager-crds.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue