Skip to content

Commit a103361

Browse files
authored
fix: default to K8S_USER=eks-devs in .envrc (#1131)
1 parent 41e2158 commit a103361

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.envrc

+2
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ source "$(
77

88
use envreload //local/envs/main
99

10+
export K8S_USER=eks-devs
11+
1012
source_env_if_exists .envrc.local

.github/workflows/std.yml

-4
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ jobs:
151151
ssh_known_hosts_entry: ${{ env.DISCOVERY_KNOWN_HOSTS_ENTRY }}
152152
- name: Generate the Diff
153153
run: |
154-
echo 'export K8S_USER=eks-devs' >.envrc.local
155-
156154
nix develop .#x86_64-linux.local.envs.main -L --command bash -c '
157155
set -euo pipefail
158156
@@ -219,8 +217,6 @@ jobs:
219217
ssh_known_hosts_entry: ${{ env.DISCOVERY_KNOWN_HOSTS_ENTRY }}
220218
- name: Deploy to K8s
221219
run: |
222-
echo 'export K8S_USER=eks-devs' >.envrc.local
223-
224220
nix develop .#x86_64-linux.local.envs.main -L --command bash -c '
225221
set -euo pipefail
226222

0 commit comments

Comments
 (0)