Skip to content

Commit

Permalink
update: web term
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 30, 2023
1 parent 1b7e5b8 commit e6b6997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- /dev/null
cpuLimit: 400m
cpuRequest: 100m
image: registry.redhat.io/web-terminal/web-terminal-tooling-rhel8@sha256:657874adad93a9e6c2b746b836015de410d2e280f85c079c81e24ae81343fa6c
# image: registry.redhat.io/web-terminal/web-terminal-tooling-rhel8@sha256:657874adad93a9e6c2b746b836015de410d2e280f85c079c81e24ae81343fa6c
memoryLimit: 256Mi
memoryRequest: 128Mi
mountSources: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ patches:
echo "
echo
echo 'This terminal has been enhanced.'
echo See ${GIT_REPO}
GIT_REPO=${GIT_REPO}
printf 'This terminal has been \e[0;32m~Enhanced~\e[0m !\n'
printf 'See \e[0;31m'${GIT_REPO}'\e[0m\n'
" >> ~/.bashrc
git clone "${GIT_REPO}" gitops
Expand All @@ -42,6 +43,7 @@ patches:
[ -e ~/.venv/bin/activate ] && . ~/.venv/bin/activate
[ -e ~/gitops/scratch/bin/restic.bash ] && . ~/gitops/scratch/bin/restic.bash
cd ~/gitops
" >> ~/.bashrc
cd gitops
Expand Down

0 comments on commit e6b6997

Please sign in to comment.