generated from ContainerCraft/devcontainer
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
129 changed files
with
17 additions
and
14,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
################################################################################## | ||
# Basic Config Variables | ||
export KUBECONFIG=${PWD}/.kube/config | ||
export TALOSCONFIG=${PWD}/.talos/config | ||
|
||
################################################################################## | ||
# Pulumi Environment Variables | ||
# - https://www.pulumi.com/docs/cli/environment-variables | ||
export PULUMI_HOME=${PWD}/.pulumi | ||
export PULUMI_SKIP_UPDATE_CHECK=true | ||
export PULUMI_SKIP_CONFIRMATIONS=true | ||
export KUBECONFIG=${PWD}/.kube/config | ||
export TALOSCONFIG=${PWD}/.talos/config | ||
export PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK=true | ||
|
||
################################################################################## | ||
# Optional Pulumi Environment Variables | ||
# Useful for CI testing | ||
# Uncomment to use local backend instead of Pulumi Cloud | ||
export PULUMI_BACKEND_URL=${PULUMI_BACKEND_URL:-file://${PWD}/.pulumi} | ||
export PULUMI_CONFIG_PASSPHRASE=${PULUMI_CONFIG_PASSPHRASE:-foobarbaz} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ __pycache__/ | |
Pulumi.*.yaml | ||
.env | ||
.devcontainer/docker | ||
tmp.* |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.