Skip to content

Commit

Permalink
Using all deployment spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Feb 1, 2024
1 parent 02411e0 commit 0e38fd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-hoprd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 1 addition & 2 deletions charts/cluster-hoprd/templates/cluster-hoprd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
9 changes: 4 additions & 5 deletions charts/cluster-hoprd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e38fd2

Please sign in to comment.