Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Jul 3, 2024
1 parent e0b3fc1 commit 36dd5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ up: .terraform env.auto.tfvars
$(MAKE) port-forward

down: .terraform env.auto.tfvars
tofu destroy -auto-approve
bash files/cleanup.sh
tofu destroy -auto-approve

port-forward:
source files/env.sh
Expand Down
4 changes: 1 addition & 3 deletions registry-port-forward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ run_launchd() {
<key>EnvironmentVariables</key>
<dict>
<key>KUBECONFIG</key>
<string>$KUBECONFIG</string>
<string>$PWD/files/kubeconfig.yaml</string>
</dict>
<key>WorkingDirectory</key>
<string>$PWD</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
Expand Down

0 comments on commit 36dd5e1

Please sign in to comment.