File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- source /scripts/common.sh
32
43component_name=${instanceName% -* }
54instance_fqdn=${instanceName} .${component_name} -headless
Original file line number Diff line number Diff line change 11#! /bin/bash
2- source /scripts/common.sh
32
43declare -a new_shard_pod_fqdns=()
54declare -a old_shard_available_pod_fqdns=()
Original file line number Diff line number Diff line change 4949 - bash
5050 - -c
5151 - |
52+ {{- .Files.Get "scripts/common.sh" | nindent 18 }}
5253 {{- .Files.Get "scripts/post-for-rebuild.sh" | nindent 18 }}
5354 ---
5455apiVersion : operations.kubeblocks.io/v1alpha1
9798 - bash
9899 - -c
99100 - |
100- {{- .Files.Get "scripts/post-for-scale-out-shard.sh" | nindent 18 }}
101+ {{- .Files.Get "scripts/common.sh" | nindent 18 }}
102+ {{- .Files.Get "scripts/post-for-scale-out-shard.sh" | nindent 18 }}
You can’t perform that action at this time.
0 commit comments