UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ff41cf4c authored by runyontr's avatar runyontr
Browse files

Merge branch 'dev-docs-' into 'master'

update developer docs with a flux install instead of applying from raw

See merge request platform-one/big-bang/umbrella!24
parents 07384631 bb14aa0b
No related branches found
No related tags found
1 merge request!24update developer docs with a flux install instead of applying from raw
Pipeline #73504 passed
......@@ -42,7 +42,7 @@ To set up your local development environment, follow the steps below:
k3d cluster create --k3s-server-arg "--disable=traefik" --k3s-server-arg "--disable=metrics-server" -p 80:80@loadbalancer -p 443:443@loadbalancer
# Deploy the latest fluxv2 with iron bank images
kubectl apply -f https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/fluxv2/-/raw/master/flux-system.yaml
flux install --registry registry.dsop.io/platform-one/big-bang/apps/sandbox/fluxv2 --timeout 3m0s
# Apply a local version of the umbrella chart
# NOTE: This is the alternative to deploying a HelmRelease and having flux manage it, we use a local copy to avoid having to commit every change
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment