Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Jan 22, 2024
1 parent cbbe89b commit c40c242
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export KUBECONFIG=$PWD/.kube/config
export PULUMI_HOME=$PWD/.pulumi

##################################################################################
# Example variables that can be useful in the .envrc file
#
# export PULUMI_SKIP_UPDATE_CHECK=true
# export PULUMI_SKIP_CONFIRMATIONS=true
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.pulumi/*
.kube/*
Empty file added .kube/.gitkeep
Empty file.
Empty file added .pulumi/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion kind/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"mounts": ["source=dind-var-lib-docker,target=/var/lib/docker,type=volume"],
"remoteUser": "vscode",
"forwardPorts": [1313, 2222, 6000, 7681, 8080],
"postCreateCommand": "sudo chown $USER /workspaces/* 2>/dev/null || true; direnv allow 2>/dev/null || true",
"mounts": ["source=dind-var-lib-docker,target=/var/lib/docker,type=volume"],
"runArgs": ["--init", "--privileged", "--network=host"],
"overrideCommand": false
}

0 comments on commit c40c242

Please sign in to comment.