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