-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
BU Product Work
-
False
-
None
-
False
-
OCPSTRAT-193 - Automatically restart storage operators pods when the CA certificates are updated
-
-
The pod `csi-snapshot-webhook` mounts the secret:
```
$ cat assets/webhook/deployment.yaml kind: Deployment metadata: name: csi-snapshot-webhook ... spec: template: spec: containers: volumeMounts: - name: certs mountPath: /etc/snapshot-validation-webhook/certs volumes: - name: certs secret: secretName: csi-snapshot-webhook-secret
```
Hence, if the secret is updated (e.g. as a result of CA cert update), the Pod must be restarted.
- links to
- mentioned on
(21 links to, 1 mentioned on)