Commit 13eddd7
authored
docs(k8s): Simplify tunnel secret creation in deployment guide (#25751)
-In the Kubernetes deployment guide for Cloudflare Tunnel, this change simplifies how the tunnel token is stored in a secret.
-The guide is updated to use the `stringData` field instead of the `data` field in the Kubernetes Secret manifest.
-This allows users to provide the tunnel token as a plain string without needing to manually base64 encode it, making the process easier and less prone to errors.1 parent 513a810 commit 13eddd7
File tree
1 file changed
+7
-19
lines changed- src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides
1 file changed
+7
-19
lines changedLines changed: 7 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 174 | + | |
185 | 175 | | |
186 | 176 | | |
187 | 177 | | |
188 | | - | |
189 | | - | |
190 | 178 | | |
191 | 179 | | |
192 | | - | |
193 | | - | |
194 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
195 | 183 | | |
196 | 184 | | |
197 | | - | |
| 185 | + | |
198 | 186 | | |
199 | 187 | | |
200 | 188 | | |
201 | 189 | | |
202 | 190 | | |
203 | | - | |
| 191 | + | |
204 | 192 | | |
205 | 193 | | |
206 | 194 | | |
| |||
0 commit comments