constellation/image/base/mkosi.skeleton/etc/profile.d/constellation.sh

12 lines
249 B
Bash
Raw Normal View History

2023-09-11 09:51:42 -04:00
#!/usr/bin/env bash
# Copyright (c) Edgeless Systems GmbH
#
# SPDX-License-Identifier: AGPL-3.0-only
# Note: This script is sourced.
export TERM=linux
export PATH=/run/state/bin:${PATH}
export KUBECONFIG=/etc/kubernetes/admin.conf
alias k=kubectl