diff --git a/services/casa-vlan-cicd-runners/README.md b/services/casa-vlan-cicd-runners/README.md index 1efd16a..6d39997 100644 --- a/services/casa-vlan-cicd-runners/README.md +++ b/services/casa-vlan-cicd-runners/README.md @@ -1,6 +1,5 @@ # act-runners - ## Setup Using flux for reconciliation. diff --git a/services/traefik/README.md b/services/traefik/README.md index 224933a..0224baa 100644 --- a/services/traefik/README.md +++ b/services/traefik/README.md @@ -1,6 +1,9 @@ # traefik +## Setup + +Using flux for reconciliation. + ``` bash -helm repo add traefik https://traefik.github.io/charts --force-update -helm upgrade --install traefik traefik/traefik --values=deploy/helm-values.yaml --version=40.2.0 --namespace kube-system --create-namespace +kubectl kustomize ./deploy/flux | kubectl apply -f - ```