Skip to content

Commit

Permalink
fix Yandex Certificate Manager provider docs (external-secrets#1371)
Browse files Browse the repository at this point in the history
Co-authored-by: Docs <[email protected]>
  • Loading branch information
AndreyZamyslov and Docs authored Jul 19, 2022
1 parent b18e320 commit a4103cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/provider-yandex-certificate-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ The following property values are possible:

The operator will fetch the Yandex Certificate Manager certificate and inject it as a `Kind=Secret`
```yaml
kubectl get secret k8s-secret -ojson | jq '."data"."tls\.crt"' -r | base64 --decode
kubectl get secret k8s-secret -ojson | jq '."data"."tls\.key"' -r | base64 --decode
kubectl get secret k8s-secret -ojson | jq '."data"."tls.crt"' -r | base64 --decode
kubectl get secret k8s-secret -ojson | jq '."data"."tls.key"' -r | base64 --decode
```

0 comments on commit a4103cd

Please sign in to comment.