Commit cda05f36 authored by Waqar Ahmed's avatar Waqar Ahmed

Standardize environment variable name in ipfs deployment

parent bccd8ac6
......@@ -67,7 +67,7 @@ questions:
- value: "Recreate"
description: "Kill existing pods before creating new ones"
- variable: environment
- variable: environmentVariables
label: "IPFS image environment"
group: "IPFS Configuration"
schema:
......@@ -131,8 +131,6 @@ questions:
label: "Staging Volume"
schema:
type: dict
$ref:
- "normalize/ixVolume"
attrs:
- variable: datasetName
label: "IPFS Staging Volume Dataset Name"
......@@ -140,7 +138,7 @@ questions:
type: string
$ref:
- "normalize/ixVolume"
show_if: [["hostPathEnabled", "=", false ]]
show_if: [["hostPathEnabled", "=", false]]
default: "ix-ipfs-staging"
editable: false
- variable: mountPath
......@@ -158,7 +156,7 @@ questions:
show_subquestions_if: true
subquestions:
- variable: hostPath
label: "Host Path"
label: "Host Path for IPFS Staging Volume"
schema:
type: hostpath
required: true
......@@ -166,8 +164,6 @@ questions:
label: "Data Volume"
schema:
type: dict
$ref:
- "normalize/ixVolume"
attrs:
- variable: datasetName
label: "IPFS Data Volume Dataset Name"
......@@ -193,7 +189,7 @@ questions:
show_subquestions_if: true
subquestions:
- variable: hostPath
label: "Host Path"
label: "Host Path for IPFS Data Volume"
schema:
type: hostpath
required: true
......@@ -54,5 +54,5 @@ spec:
containerPort: 9501
- name: gateway
containerPort: 9880
{{ include "common.containers.allEnvironmentVariables" (dict "environmentVariables" .Values.environment) | nindent 10 }}
{{ include "common.containers.allEnvironmentVariables" .Values | nindent 10 }}
{{ include "common.storage.allAppVolumes" .Values | nindent 6 }}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment