Skip to content

Commit

Permalink
symlink bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rackerchris committed Nov 15, 2024
1 parent cfdcc76 commit 0ec5289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ for service in "$base_source_dir"/*; do
fi
done

# Symlin /opt/genestack/kustomize.sh to
# /etc/genestack/kustomize/kustomize.sh
ln -s $base_source_dir/base-kustomize/kustomize.sh base_target_dir/kustomize/kustomize.sh

# Ensure kustomization.yaml exists in each
# service base/overlay directory
# Directory paths
Expand Down

0 comments on commit 0ec5289

Please sign in to comment.