|
@@ -15,14 +15,15 @@ spec:
|
|
containers:
|
|
containers:
|
|
- name: {{ .Chart.Name }}-generate-mnemonic
|
|
- name: {{ .Chart.Name }}-generate-mnemonic
|
|
{{ include "common.containers.imageConfig" .Values.image | nindent 8 }}
|
|
{{ include "common.containers.imageConfig" .Values.image | nindent 8 }}
|
|
- volumeMounts: {{- include "common.storage.configureAppVolumeMountsInContainer" . | nindent 10 -}}
|
|
|
|
|
|
+ volumeMounts:{{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 10 }}
|
|
|
|
+
|
|
- name: generate-mnemonic-configmap
|
|
- name: generate-mnemonic-configmap
|
|
mountPath: /generate_entrypoint.sh
|
|
mountPath: /generate_entrypoint.sh
|
|
readOnly: true
|
|
readOnly: true
|
|
subPath: entrypoint.sh
|
|
subPath: entrypoint.sh
|
|
command:
|
|
command:
|
|
- "/generate_entrypoint.sh"
|
|
- "/generate_entrypoint.sh"
|
|
- volumes: {{- include "common.storage.configureAppVolumes" . | nindent 8 -}}
|
|
|
|
|
|
+ volumes: {{- include "common.storage.configureAppVolumes" .Values | nindent 8 -}}
|
|
- name: generate-mnemonic-configmap
|
|
- name: generate-mnemonic-configmap
|
|
configMap:
|
|
configMap:
|
|
defaultMode: 0700
|
|
defaultMode: 0700
|