Skip to content

Commit

Permalink
cleanup from new konductor version
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 29, 2024
1 parent f2446d4 commit 59ee99e
Show file tree
Hide file tree
Showing 129 changed files with 17 additions and 14,081 deletions.
18 changes: 16 additions & 2 deletions .envrc
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}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ __pycache__/
Pulumi.*.yaml
.env
.devcontainer/docker
tmp.*
43 changes: 0 additions & 43 deletions docker/.dockerignore

This file was deleted.

Loading

0 comments on commit 59ee99e

Please sign in to comment.