Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud committed Sep 7, 2024
1 parent 24583ff commit 5e875f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ envFrom:
NODE_IPS_CSV=$(echo $NODE_IPS | tr ' ' ',')
echo $NODE_IPS_CSV > /data/install/shard_env/dns_ip
volumeMounts:
{{- toYaml .Values.volumes | nindent 4}}
- name: shared-env
mountPath: /data/install/shard_env/
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
{{- toYaml .Values.volumes | nindent 12}}
- name: shared-env
mountPath: /data/install/shard_env/
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 0 additions & 1 deletion helm-charts/bk-dbm/charts/db-remote-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ affinity: {}

volumes:
- name: shared-env
mountPath: /data/install/shard_env/
emptyDir: {}

0 comments on commit 5e875f8

Please sign in to comment.