From 0f0c30b9becf3282529b947d1b7aec8d5314e4da Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 5 Jun 2020 22:56:19 +0100 Subject: [PATCH] Removed goldilocks chart --- manifests/goldilocks_chart.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 manifests/goldilocks_chart.yaml diff --git a/manifests/goldilocks_chart.yaml b/manifests/goldilocks_chart.yaml deleted file mode 100644 index 6d1d560..0000000 --- a/manifests/goldilocks_chart.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: goldilocks - labels: - goldilocks.fairwinds.com/enabled: "true" - ---- - -apiVersion: helm.fluxcd.io/v1 -kind: HelmRelease -metadata: - name: goldilocks - namespace: goldilocks -spec: - chart: - repository: https://charts.fairwinds.com/stable - name: goldilocks - version: 2.3.1 - maxHistory: 4 - values: - installVPA: true - dashboard: - replicaCount: 1