Skip to content

Commit dd32139

Browse files
committed
Update readme; try not symlinking for renovate.json
1 parent beabd5c commit dd32139

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

renovate.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":pinAllExceptPeerDependencies"
5+
],
6+
"timezone": "America/Los_Angeles"
7+
}

{{ cookiecutter.project_slug }}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ file. Move this to the root repository directory and name it
103103

104104
```sh
105105
./dev-kube-quickstart.sh
106-
kubectl get -n {{ cookiecutter.project_slug }} ingresses.extensions -w
106+
kubectl get -n {{ cookiecutter.kubernetes_project }} ingresses.extensions -w
107107
```
108108

109109
Once address is populated, add it to your `/etc/hosts`

0 commit comments

Comments
 (0)