Last active
October 10, 2017 13:21
-
-
Save 0xAhmed/f26ba3dd92bec530ad792bcfe2a1102c to your computer and use it in GitHub Desktop.
Sed command to evaluate PROJECT_ID in k8s config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sed -i.bak "s#PROJECT_ID#$PROJECT_ID#" app-production.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment