Skip to content

Commit

Permalink
Fix kubeseal install
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcherbatyi committed Jun 26, 2024
1 parent d9de47c commit 5988b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ollama.environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
yes|/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"&&eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

# Install Terraform, Flux, and htop using Homebrew
yes|brew install kubectx opentofu fluxcd/tap/flux htop kind derailed/k9s/k9s kubeseal
yes|brew install kubectx opentofu fluxcd/tap/flux htop kind derailed/k9s/k9s

# Initialize kind cluster
cat <<EOF >> kind-config.yaml
Expand Down

0 comments on commit 5988b29

Please sign in to comment.