mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 19:04:23 -05:00
12 lines
249 B
Bash
12 lines
249 B
Bash
|
#!/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
|