Skip to content

Commit

Permalink
Correct helm chart variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
spgreenberg authored Feb 12, 2024
1 parent 1e4b89d commit 2c0c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ helm install korifi https://github.com/cloudfoundry/korifi/releases/download/v<V
--set=defaultAppDomainName="apps.$BASE_DOMAIN" \
--set=containerRepositoryPrefix=europe-docker.pkg.dev/my-project/korifi/ \
--set=kpackImageBuilder.builderRepository=europe-docker.pkg.dev/my-project/korifi/kpack-builder \
--set=networking.gatewayClassName=$GATEWAY_CLASS_NAME \
--set=networking.gatewayClass=$GATEWAY_CLASS_NAME \
--wait
```

Expand Down

0 comments on commit 2c0c7d1

Please sign in to comment.