Skip to content

Commit cdb6cdb

Browse files
authored
Update samples.yml to stack.yml
This was renamed in another repo
1 parent edb734a commit cdb6cdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/deployment/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ There are currently no sample functions built into this stack, but we can deploy
111111
$ git clone https://github.com/openfaas/faas-cli
112112
```
113113
114-
Edit samples.yml and change your gateway URL from `localhost:8080` to `kubernetes-node-ip:31112` or pass the `--gateway` / `-g` flag to commands.
114+
Edit stack.yml and change your gateway URL from `localhost:8080` to `kubernetes-node-ip:31112` or pass the `--gateway` / `-g` flag to commands.
115115
116116
i.e.
117117
@@ -124,20 +124,20 @@ There are currently no sample functions built into this stack, but we can deploy
124124
Now deploy the samples:
125125
126126
```bash
127-
$ faas-cli deploy -f samples.yml
127+
$ faas-cli deploy -f stack.yml
128128
```
129129
130130
!!! info
131131
The `faas-cli` also supports an override of `--gateway http://...` for example:
132132
133133
```bash
134-
faas-cli deploy -f samples.yml --gateway http://127.0.0.1:31112
134+
faas-cli deploy -f stack.yml --gateway http://127.0.0.1:31112
135135
```
136136
137137
#### List the functions
138138
139139
```bash
140-
$ faas-cli list -f samples.yml
140+
$ faas-cli list -f stack.yml
141141
142142
or
143143

0 commit comments

Comments
 (0)