some changes ;-)

This commit is contained in:
Jan Novak
2024-07-20 20:35:19 +02:00
parent 8c63e3f7f8
commit f28d2bc030
5 changed files with 23 additions and 4 deletions

View File

@@ -20,6 +20,5 @@ sudo apt-get install helm
# cilium installation
helm repo add cilium https://helm.cilium.io/
helm install cilium cilium/cilium --version 1.15.5 \
--namespace kube-system
helm install cilium cilium/cilium --version 1.15.5 --namespace kube-system --values cilium-values.yaml
```