Skip to content
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

Update quickstart.md to include missing namespace to ebs-pvc.yaml #776

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DharmSonariya
Copy link

Summary

This pull request fixes an issue where the ebs-pvc.yaml file was missing the namespace field. This caused the PVC to be created in the default namespace instead of the intended game-2048 namespace. This prevented the PVC from binding with the ebs-sc Storage class. This correction ensures that the PVC is created in the correct namespace and can bind to the Storage class properly.

Changes

  • Added the namespace: game-2048 field to the ebs-pvc.yaml file to ensure the PVC is created in the correct namespace.

File Modified

  • ebs-pvc.yaml

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Added the `namespace: game-2048` field to the `ebs-pvc.yaml` file to ensure the PVC is created in the correct namespace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants