Rename .yml to .yaml files for consistency

See:
https://stackoverflow.com/a/21059164

@appinteractive
This commit is contained in:
Robert Schäfer 2019-02-02 18:44:21 +01:00
parent 0b075830bc
commit abf623bd51
4 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*secrets.yml

View File

@ -39,7 +39,7 @@ $ kubectl apply -f dashboard/
```
Proxy localhost to the remote kubernetes dashboard:
```sh
kubectl proxy
$ kubectl proxy
```
Get your token on the command line:
```sh