forked from ab/homelab
Added rancher
This commit is contained in:
15
k8s/core/rancher/kustomization.yaml
Normal file
15
k8s/core/rancher/kustomization.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- app.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: rancher
|
||||
repo: https://releases.rancher.com/server-charts/stable
|
||||
version: 2.10.3
|
||||
releaseName: rancher
|
||||
namespace: rancher
|
||||
includeCRDs: true
|
||||
#valuesFile: values.yaml
|
||||
|
Reference in New Issue
Block a user