Skip to content

Commit 111a387

Browse files
committed
feat: Certificate defaults tutorial with Kyverno
Signed-off-by: Peter Fiddes <[email protected]>
1 parent bfaaf5f commit 111a387

File tree

10 files changed

+761
-0
lines changed

10 files changed

+761
-0
lines changed

.spelling

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ retryable
443443
retweets
444444
routable
445445
runtime
446+
runtimes
446447
signoff
447448
sigstore
448449
stdout
@@ -650,6 +651,8 @@ v1.13.
650651
v1.12.5
651652
v1.12.6
652653
v1.12.7
654+
v1.14.0
655+
v1.14.x
653656
liveness
654657
apiservices
655658
arm64

content/docs/manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@
586586
{
587587
"title": "Managing public trust in kubernetes with trust-manager",
588588
"path": "/docs/tutorials/getting-started-with-trust-manager/README.md"
589+
},
590+
{
591+
"title": "Setting default certificate values",
592+
"path": "/docs/tutorials/certificate-defaults/README.md"
589593
}
590594
]
591595
},

content/docs/tutorials/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ for you to learn from. Take a look!
2525
- [Securing an Istio service mesh with cert-manager](./istio-csr/istio-csr.md): Tutorial for
2626
securing an Istio service mesh using a cert-manager issuer.
2727
- [Obtaining SSL certificates with the ZeroSSL](./zerossl/zerossl.md): Tutorial describing usage of the ZeroSSL as external ACME server.
28+
- [Managing public trust in Kubernetes with trust-manager](./getting-started-with-trust-manager/README.md): Learn how to deploy and configure trust-manager to automatically distribute your approved Public CA configuration to your Kubernetes cluster.
29+
- [Learn how to set Certificate defaults automatically](./certificate-defaults/README.md): Learn how to use Kyverno `ClusterPolicy` to set default values for cert-manager `Certificates`.
2830

2931
### External Tutorials
3032

0 commit comments

Comments
 (0)