Skip to content

Commit

Permalink
[misc] fixed secret ssh gen cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Oct 2, 2022
1 parent 1e7ad1c commit 326ff14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.autogit
.lh
id_ed25519
id_ed25519.pub
tilt_modules
manifests/*.yaml
config/tls/*.pem
Expand Down
2 changes: 1 addition & 1 deletion tasks/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ tasks:
EOF
- kubectl apply -f test/git-secret.yaml
- rm test/git-secret.yaml
- kubectl create secret generic ssh-key --from-file=~/.ssh/id_ed25519=id_ed25519 -n homeassistant
- kubectl create secret generic ssh-key --from-file=id_ed25519=id_ed25519 -n homeassistant
ignore_error: true

gen:
Expand Down

0 comments on commit 326ff14

Please sign in to comment.