Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -14,7 +14,7 @@ My use case is to deploy a wildcard certificate that was previously handled by a
|
|||
## The solution
|
||||
|
||||
Assuming we are working with a secret named `wild.adyxax.org-cert` and our namespace is named `legacy` :
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
kubectl -n legacy get secret wild.adyxax.org-cert -o json -o=jsonpath="{.data.tls\.crt}" | base64 -d > fullchain.cer
|
||||
kubectl -n legacy get secret wild.adyxax.org-cert -o json -o=jsonpath="{.data.tls\.key}" | base64 -d > adyxax.org.key
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue