Skip to content

Commit

Permalink
doc: Fix wrong reg, fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Oct 1, 2024
1 parent 5596d84 commit c52752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AUTH.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ kubectl -n stunner create secret generic stunner-auth-secret --from-literal=type
--from-literal=username=my-user --from-literal=password=my-password
```

Then, we update the [GatewayConfig](REFERENCE.md) to refer STUNner to this Secret for setting authentication credentials.
Then, we update the [GatewayConfig](GATEWAY.md) to refer STUNner to this Secret for setting authentication credentials.

```yaml
apiVersion: stunner.l7mp.io/v1
Expand Down

0 comments on commit c52752c

Please sign in to comment.