diff --git a/README.md b/README.md index 50d6ce6226c0a7cabe78b3f0b81ea798ac7d7935..44049c3c6a03273356e9ceeb3d9c13dc2cbf53d7 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ sensitive configuration data with Flux. You need to deploy both the helm operator and flux itself: ```bash -$ helm install fluxcd/helm-operator --namespace flux --name helm-operator - \ --version 0.4.0 --values helm-operator-values.yaml +$ helm install fluxcd/helm-operator --namespace flux --name helm-operator \ + --version 0.4.0 --values helm-operator-values.yaml $ helm install fluxcd/flux --namespace flux --name flux --version 1.0.0 \ --values flux-values.yaml \