diff --git a/test/machinaris/1.1.0/templates/coins-deployment.yaml b/test/machinaris/1.1.0/templates/coins-deployment.yaml index 3e50806744..36675675ac 100644 --- a/test/machinaris/1.1.0/templates/coins-deployment.yaml +++ b/test/machinaris/1.1.0/templates/coins-deployment.yaml @@ -34,7 +34,7 @@ spec: - name: extrappvolume-{{ $index }} mountPath: {{ $hostPathConfiguration.mountPath }} {{ end }} - {{ include "allEnvironmentVariables" (dict "defaultEnv" (dict "TZ" $ref.Values.timezone "worker_address" $ref.Values.nodeIP "worker_api_port" $coin.apiPort "controller_host" $ref.Values.nodeIP "controller_api_port" $coin.apiPort "farmer_address" $ref.Values.nodeIP "farmer_port" $coin.farmerPort "blockchains" $coinName "plots_dir" $ref.Values.appVolumeMounts.plots.mountPath "mode" "fullnode") "environmentVariables" $coin.environmentVariables) | nindent 10 }} + {{ include "allEnvironmentVariables" (dict "defaultEnv" (dict "TZ" $ref.Values.timezone "worker_address" $ref.Values.nodeIP "worker_api_port" $coin.apiPort "controller_api_port" $coin.apiPort "farmer_port" $coin.farmerPort "blockchains" $coinName "plots_dir" $ref.Values.appVolumeMounts.plots.mountPath "mode" "fullnode") "environmentVariables" $coin.environmentVariables) | nindent 10 }} volumes: {{ include "common.storage.configureAppVolumes" (dict "appVolumeMounts" $coin.volumeMounts "ixVolumes" $ref.Values.ixVolumes) | nindent 8 }} {{ range $index, $hostPathConfiguration := $ref.Values.extraAppVolumeMounts }} - name: extrappvolume-{{ $coinName }}-{{ $index }} diff --git a/test/machinaris/1.1.0/templates/deployment.yaml b/test/machinaris/1.1.0/templates/deployment.yaml index 813bf18df2..891474cc4a 100644 --- a/test/machinaris/1.1.0/templates/deployment.yaml +++ b/test/machinaris/1.1.0/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: mountPath: {{ $hostPathConfiguration.mountPath }} {{ end }} {{ include "common.containers.configurePorts" .Values | nindent 10 }} - {{ include "allEnvironmentVariables" (dict "defaultEnv" (dict "TZ" .Values.timezone "worker_address" .Values.nodeIP "worker_api_port" .Values.apiPort "controller_host" .Values.nodeIP "controller_api_port" .Values.apiPort "farmer_address" .Values.nodeIP "farmer_port" .Values.farmerPort "blockchains" "chia" "plots_dir" .Values.appVolumeMounts.plots.mountPath "mode" "fullnode") "environmentVariables" .Values.environmentVariables) | nindent 10 }} + {{ include "allEnvironmentVariables" (dict "defaultEnv" (dict "TZ" .Values.timezone "worker_address" .Values.nodeIP "worker_api_port" .Values.apiPort "controller_api_port" .Values.apiPort "farmer_port" .Values.farmerPort "blockchains" "chia" "plots_dir" .Values.appVolumeMounts.plots.mountPath "mode" "fullnode") "environmentVariables" .Values.environmentVariables) | nindent 10 }} volumes: {{ include "common.storage.configureAppVolumes" .Values | nindent 8 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} - name: extrappvolume-{{ $index }}