rancher install ok
This commit is contained in:
17
templates/cert-manager.yaml.tpl
Normal file
17
templates/cert-manager.yaml.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
targetNamespace: cert-manager
|
||||
valuesContent: |-
|
||||
installCRDs: true
|
21
templates/rancher.yaml.tpl
Normal file
21
templates/rancher.yaml.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cattle-system
|
||||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: rancher
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart: rancher
|
||||
repo: https://releases.rancher.com/server-charts/${rancher_install_channel}
|
||||
targetNamespace: cattle-system
|
||||
valuesContent: |-
|
||||
ingress:
|
||||
tls:
|
||||
source: rancher
|
||||
hostname: ${rancher_hostname}
|
||||
replicas: ${number_control_plane_nodes}
|
Reference in New Issue
Block a user