### Example URL(s) - https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/deployment-guides/kubernetes/#4-store-the-tunnel-token ### Actual Behavior As expected, but harder than it needs to be. ### Expected Behavior Simplest method of secret creation described. ### Additional information If [`stringData` is used instead of `data`](https://kubernetes.io/docs/concepts/configuration/secret/#restriction-names-data) when the secret is created, the base64 encoding step can be eliminated. Step 1 be eliminated if stringData is used instead, since the raw token can then directly be used.