From 0e38fd2dc1b146b8e61a1b61805ed4f9ded0b348 Mon Sep 17 00:00:00 2001 From: ausias-armesto Date: Thu, 1 Feb 2024 17:24:49 +0100 Subject: [PATCH] Using all deployment spec --- charts/cluster-hoprd/Chart.yaml | 2 +- charts/cluster-hoprd/templates/cluster-hoprd.yaml | 3 +-- charts/cluster-hoprd/values.yaml | 9 ++++----- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/cluster-hoprd/Chart.yaml b/charts/cluster-hoprd/Chart.yaml index 0c90b3f..a8b845e 100644 --- a/charts/cluster-hoprd/Chart.yaml +++ b/charts/cluster-hoprd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cluster-hoprd -version: 0.2.2 +version: 0.2.3 description: A Helm chart to deploy ClusterHoprd type: application icon: "https://hoprnet.org/assets/icons/logo.svg" diff --git a/charts/cluster-hoprd/templates/cluster-hoprd.yaml b/charts/cluster-hoprd/templates/cluster-hoprd.yaml index 74d0042..322866d 100644 --- a/charts/cluster-hoprd/templates/cluster-hoprd.yaml +++ b/charts/cluster-hoprd/templates/cluster-hoprd.yaml @@ -12,7 +12,6 @@ spec: supportedRelease: {{ .Values.supportedRelease }} forceIdentityName: {{ .Values.forceIdentityName }} {{- if .Values.deployment.resources }} - deployment: - resources: {{ .Values.deployment.resources | toYaml | nindent 4 }} + deployment: {{ .Values.deployment | toYaml | nindent 2 }} {{- end }} config: {{ .Values.config | toYaml | nindent 4 }} \ No newline at end of file diff --git a/charts/cluster-hoprd/values.yaml b/charts/cluster-hoprd/values.yaml index 98484ee..94dd4a5 100644 --- a/charts/cluster-hoprd/values.yaml +++ b/charts/cluster-hoprd/values.yaml @@ -36,12 +36,11 @@ supportedRelease: "" ## forceIdentityName: false - +## +## @param deployment Deployment spec +## deployment: - ## - ## @param deployment.resources Deployment resources spec - ## - resources: "" + ## ## @param config Custom configuration of nodes