mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-16 03:14:28 -05:00
9 lines
198 B
Bash
Executable File
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
|