Skip to content

Update README.md to fix base directory to basic. #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hybrid/schemalink/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Set the tutorial directory for this tutorial under the directory you downloaded
the tutorial files:
```
export TUTORIAL_HOME=<Tutorial directory>/hybrid/schemalink/mtls
export TUTORIAL_HOME=<Tutorial directory>/hybrid/schemalink/basic
```

- Deploy Confluent for Kubernetes (CFK) in cluster mode, so that the one CFK instance can manage Confluent deployments in multiple namespaces. Here, CFk is deployed to the `default` namespace.
Expand Down
2 changes: 1 addition & 1 deletion security/control-center-sso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ kubectl create secret generic credential \
--from-file=plain-users.json=$TUTORIAL_HOME/creds-kafka-sasl-users.json \
--from-file=plain.txt=$TUTORIAL_HOME/creds-client-kafka-sasl-user.txt \
--from-file=ldap.txt=$TUTORIAL_HOME/ldap.txt \
--from-file=oidcClientSecret.txt=$TUTORIAL_HOME/oidcClientSecret.txt \
--from-file=oidcClientSecret.txt=$TUTORIAL_HOME/oidcClientSecret.txt \
-n confluent
```

Expand Down