Skip to content

Commit d4c3b38

Browse files
authored
add link bar (#399)
1 parent e70ec03 commit d4c3b38

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
= Stackable Secret Operator
2+
:github: https://github.com/stackabletech/secret-operator/
3+
:crd: {crd-docs-base-url}/secret-operator/{crd-docs-version}/
4+
5+
[.link-bar]
6+
* {github}[GitHub {external-link-icon}^]
7+
* {crd}[CRD documentation {external-link-icon}^]
28

39
This is an operator for Kubernetes that provisions and injects secrets into Kubernetes Pods.
410

5-
Kubernetes Secret objects contain sensitive payloads such as passwords, tokens or keys. These objects
6-
are usually self-contained and static in the sense that their contents remain unchanged as long as their owners
7-
do not update them.
11+
Kubernetes Secret objects contain sensitive payloads such as passwords, tokens or keys.
12+
These objects are usually self-contained and static in the sense that their contents remain unchanged as long as their owners do not update them.
813

9-
The Stackable Secret Operator enhances the functionality of Kubernetes Secrets by introducing the concept of a
10-
SecretClass. A SecretClass represents a reference to a source of sensitive data. In addition to Kubernetes
11-
Secret objects, the operator can provision Pods with TLS Certificates, Kerberos keytabs or authentication
12-
tokens from external services.
14+
The Stackable Secret Operator enhances the functionality of Kubernetes Secrets by introducing the concept of a SecretClass.
15+
A SecretClass represents a reference to a source of sensitive data.
16+
In addition to Kubernetes Secret objects, the operator can provision Pods with TLS Certificates, Kerberos keytabs or authentication tokens from external services.

0 commit comments

Comments
 (0)