[ROBOT] ADD HTTPS based BULKPM test cases that use helm based components
[testsuite.git] / robot / assets / helm / pm-https-server / templates / secret.yaml
1 apiVersion: v1
2 kind: Secret
3 metadata:
4   name: '{{ .Values.certificates.name }}-secret'
5   namespace: {{ include "pmhttpsserver.namespace" . }}
6 data:
7   p12.pass: MjNlOTE3NzVjOTE4ZTRmNjY4ZTFhYzgyZDY5ZjExYWU0ZWU0ZGM2MTM3YzUwMzZkZjE3MmEyODJhYTA5
8 type: Opaque