constellation/image/mkosi.skeleton/etc/profile.d/constellation.sh
2022-10-21 11:04:25 +02:00

9 lines
198 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright (c) Edgeless Systems GmbH
#
# SPDX-License-Identifier: AGPL-3.0-only
export PATH=/run/state/bin:${PATH}
export KUBECONFIG=/etc/kubernetes/admin.conf
alias k=kubectl