-
Notifications
You must be signed in to change notification settings - Fork 121
docs: fix ConfigMap creation sequence in example docs #1348
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
Conversation
TitleEnsure ConfigMap is created before Workspace in examples Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
fix new line display issue
d08528a
to
1fc5401
Compare
PR Code Suggestions ✨Explore these optional code suggestions:
|
Reason for Change:
doc: fix ConfigMap creation sequence in example docs
ConfigMap should be created before worksapce, otherwise in the first run of
kubectl apply -f ...
command, it would report ConfigMap not found error, then you need to runkubectl apply -f ...
command twice to workaround this issue.Requirements
Issue Fixed:
Notes for Reviewers: