1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Fix broken kube-seal example commands

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-13 09:51:23 +13:00
parent a235abbb74
commit 6e2196e49e
3 changed files with 0 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ Thanks to [Sealed Secrets](/kubernetes/sealed-secrets/), we have a safe way of c
--dry-run=client \
--from-literal=api-token=gobbledegook -o json \
| kubeseal --cert <path to public cert> \
| kubectl create -f - \
> <path to repo>/cert-manager/sealedsecret-cloudflare-api-token-secret.yaml
```