From e6b69971bfdc526822a0e5330d726875592f2ab1 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Mon, 30 Oct 2023 14:42:51 -0500 Subject: [PATCH] update: web term --- .../cluster/web-terminal/base/web-terminal-tooling.yaml | 2 +- .../web-terminal/overlays/enhanced/kustomization.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/configs/cluster/web-terminal/base/web-terminal-tooling.yaml b/components/configs/cluster/web-terminal/base/web-terminal-tooling.yaml index a1eb3cd3..25d734a3 100644 --- a/components/configs/cluster/web-terminal/base/web-terminal-tooling.yaml +++ b/components/configs/cluster/web-terminal/base/web-terminal-tooling.yaml @@ -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 diff --git a/components/configs/cluster/web-terminal/overlays/enhanced/kustomization.yaml b/components/configs/cluster/web-terminal/overlays/enhanced/kustomization.yaml index e2684bd3..c1b671d9 100644 --- a/components/configs/cluster/web-terminal/overlays/enhanced/kustomization.yaml +++ b/components/configs/cluster/web-terminal/overlays/enhanced/kustomization.yaml @@ -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 @@ -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