You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/secret-operator/pages/volume.adoc
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,21 +176,29 @@ Jittering may be disabled by setting the jitter factor to 0.
176
176
177
177
If set to `"true"`, the domain components of the Pod's fully qualified domain name (FQDN) are appended to the subject distinguished name (DN) of the TLS certificate.
178
178
179
-
For example, the subject DN could look as follows:
179
+
For example, the subject DN could look as follows for a StatefulSet Pod:
180
180
181
181
```
182
182
CN=generated certificate for pod, DC=my-pod-0, DC=my-statefulset-service, DC=my-namespace, DC=svc, DC=cluster, DC=local
183
183
```
184
184
185
+
The service name is not part of the domain components if the Pod spec does not contain a subdomain, e.g. for Deployments and Jobs:
186
+
187
+
```
188
+
CN=generated certificate for pod, DC=my-job-pod-7c5xx, DC=my-namespace, DC=svc, DC=cluster, DC=local
189
+
190
+
```
191
+
185
192
[NOTE]
186
193
====
187
194
Many products use the string representation of distinguished names as described in https://www.ietf.org/rfc/rfc4514.txt[RFC 4514{external-link-icon}^].
188
195
The string representation starts with the last element of the sequence and moving backwards toward the first.
189
196
190
-
The example above becomes:
197
+
The examples above become:
191
198
192
199
```
193
200
DC=local,DC=cluster,DC=svc,DC=my-namespace,DC=my-statefulset-service,DC=my-pod-0,CN=generated certificate for pod
201
+
DC=local,DC=cluster,DC=svc,DC=my-namespace,DC=my-job-pod-7c5xx,CN=generated certificate for pod
194
202
```
195
203
196
204
Attribute names can be in upper or lower case, with or without spaces between them.
0 commit comments