Skip to content

Commit

Permalink
baremetal-coco: Add the namespace to the default kbs address
Browse files Browse the repository at this point in the history
Otherwise the address won't be discovered from another namespaces.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
  • Loading branch information
fidencio committed Jan 6, 2025
1 parent 6535e39 commit dfe24ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-helpers/baremetal-coco/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD_IMAGE_PULL_SECRET=false
GA_RELEASE=true
KERNEL_CONFIG_MC_FILE="./96-kata-kernel-config-mc.yaml"
SKIP_NFD="${SKIP_NFD:-false}"
TRUSTEE_URL="${TRUSTEE_URL:-"http://kbs-service:8080"}"
TRUSTEE_URL="${TRUSTEE_URL:-"http://kbs-service.trustee-operator-system:8080"}"
CMD_TIMEOUT="${CMD_TIMEOUT:-900}"

# Function to check if a command is available
Expand Down Expand Up @@ -413,7 +413,7 @@ function display_help() {
echo " "
echo "Some environment variables that can be set:"
echo "SKIP_NFD: Skip NFD operator installation and CR creation (default: false)"
echo "TRUSTEE_URL: Trustee URL to be used in the kernel config (default: http://kbs-service:8080)"
echo "TRUSTEE_URL: Trustee URL to be used in the kernel config (default: http://kbs-service.trustee-operator-system:8080)"
echo "CMD_TIMEOUT: Timeout for the commands (default: 900)"
# Add some example usage options
echo " "
Expand Down

0 comments on commit dfe24ba

Please sign in to comment.