Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. kind: PodPreset
  2. apiVersion: settings.k8s.io/v1alpha1
  3. metadata:
  4. name: inject-certs
  5. spec:
  6. selector: {}
  7. volumeMounts:
  8. - mountPath: /etc/ssl/certs/cert1.pem
  9. name: ca
  10. subPath: cert1.pem
  11. - mountPath: /etc/ssl/certs/cert2.pem
  12. name: ca
  13. subPath: cert2.pem
  14. - mountPath: /etc/ssl/certs/cert3.pem
  15. name: ca
  16. subPath: cert3.pem
  17. - mountPath: /etc/ssl/certs/cert4.pem
  18. name: ca
  19. subPath: cert4.pem
  20. - mountPath: /etc/ssl/certs/cert5.pem
  21. name: ca
  22. subPath: cert5.pem
  23. - mountPath: /etc/ssl/certs/cert6.pem
  24. name: ca
  25. subPath: cert6.pem
  26. volumes:
  27. - configMap:
  28. defaultMode: 420
  29. name: ca-pemstore
  30. name: ca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement