Skip to content

Commit

Permalink
Update README.mdg
Browse files Browse the repository at this point in the history
  • Loading branch information
mt2h authored Jan 26, 2024
1 parent 9ff58f4 commit 9ec0e91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.mdg
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ aws eks update-kubeconfig --name cluster_name

# Kustomize

https://blog.oddbit.com/post/2021-03-09-getting-started-with-ksops/

```
#wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.0.5/kustomize_v4.0.5_linux_amd64.tar.gz
#tar -C ~/bin -xf kustomize_v4.0.5_linux_amd64.tar.gz
Expand All @@ -489,7 +487,10 @@ curl -o ~/bin/sops https://github.com/mozilla/sops/releases/download/v3.6.1/sops
chmod 755 ~/bin/sops

#ksop
https://blog.oddbit.com/post/2021-03-09-getting-started-with-ksops/

mkdir -p ~/.config/kustomize/plugin/viaduct.ai/v1/ksops/
wget https://github.com/viaduct-ai/kustomize-sops/releases/download/v2.4.0/ksops_2.4.0_Linux_x86_64.tar.gz
tar -C ~/.config/kustomize/plugin/viaduct.ai/v1/ksops -xf ksops_2.4.0_Linux_x86_64.tar.gz ksops

#for ksops
Expand Down

0 comments on commit 9ec0e91

Please sign in to comment.