From fb4eea5e5673b254faa4f4ad90b8ee3ddc3375fa Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 24 Nov 2022 15:27:37 +0100 Subject: [PATCH] WIP --- apps/rancher/Chart.yaml | 11 +++++++++++ apps/rancher/values.yaml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 apps/rancher/Chart.yaml create mode 100644 apps/rancher/values.yaml diff --git a/apps/rancher/Chart.yaml b/apps/rancher/Chart.yaml new file mode 100644 index 0000000..78680e4 --- /dev/null +++ b/apps/rancher/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: rancher +description: A Helm chart for Kubernetes +type: application +version: 0.1.0 +appVersion: "1.0" + +dependencies: +- name: rancher + version: 2.7.0 + repository: https://releases.rancher.com/server-charts/latest diff --git a/apps/rancher/values.yaml b/apps/rancher/values.yaml new file mode 100644 index 0000000..ce7a52d --- /dev/null +++ b/apps/rancher/values.yaml @@ -0,0 +1,3 @@ +rancher: + ingress: + ingressClassName: nginx