#!/bin/bash # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 set -e export HOME="/root" export ARVADOS_API_TOKEN={{ .Values.superUserSecret }} export ARVADOS_API_HOST={{ .Values.externalIP }}:444 export ARVADOS_API_HOST_INSECURE="true" arv keep_service create --keep-service "$(cat <