You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.0 KiB

<?xml version="1.0" ?>
<!DOCTYPE profile>
<profile
xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns"
>
<scripts>
<post-scripts config:type="list">
<script>
<source>
<![CDATA[
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
/var/lib/rancher/rke2/bin/kubectl apply --kubeconfig /etc/rancher/rke2/rke2.yaml -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.crds.yaml
helm --kubeconfig /etc/rancher/rke2/rke2.yaml repo add jetstack https://charts.jetstack.io
helm --kubeconfig /etc/rancher/rke2/rke2.yaml repo update
helm --kubeconfig /etc/rancher/rke2/rke2.yaml install cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace
]]></source>
</script>
</post-scripts>
</scripts>
</profile>

Powered by TurnKey Linux.