diff options
Diffstat (limited to 'robot/assets/helm/pm-https-server/templates/secret.yaml')
-rw-r--r-- | robot/assets/helm/pm-https-server/templates/secret.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/assets/helm/pm-https-server/templates/secret.yaml b/robot/assets/helm/pm-https-server/templates/secret.yaml new file mode 100644 index 00000000..9d5547d4 --- /dev/null +++ b/robot/assets/helm/pm-https-server/templates/secret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: '{{ .Values.certificates.name }}-secret' + namespace: {{ include "pmhttpsserver.namespace" . }} +data: + p12.pass: MjNlOTE3NzVjOTE4ZTRmNjY4ZTFhYzgyZDY5ZjExYWU0ZWU0ZGM2MTM3YzUwMzZkZjE3MmEyODJhYTA5 +type: Opaque |