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

sed on OSX #1

Open
mnichols opened this issue Oct 28, 2018 · 1 comment
Open

sed on OSX #1

mnichols opened this issue Oct 28, 2018 · 1 comment

Comments

@mnichols
Copy link

Great series! On OSX the -i flag for sed requires a value so I changed this https://github.com/jonbcampos/kubernetes-series/blob/master/partone/scripts/deploy.sh#L15
to

sed -i '' "s/PROJECT_NAME/${GCLOUD_PROJECT}/g" ../k8s/deployment.yaml

Thanks for sharing your knowledge!

@jonbcampos
Copy link
Owner

jonbcampos commented Oct 29, 2018 via email

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

No branches or pull requests

2 participants