We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auth
1 parent c16bf5a commit 6e8badeCopy full SHA for 6e8bade
site/src/content/docs/reference/exitnode.md
@@ -57,5 +57,7 @@ spec:
57
port: 9090
58
# Name of the secret containing the auth key
59
# Create a secret with a key named "auth" and put the value there
60
- # auth: SECRET-NAME
+ # This value is now required for security reasons, if there's no secret
61
+ # Chisel Operator will fail.
62
+ auth: SECRET-NAME
63
```
0 commit comments