Mohammed Naser d28405f4b9 Added tempest-pushgateway
Change-Id: Iea0659f8290044948492dc25dd92b3566af62727
2020-08-16 14:37:12 -04:00

11 lines
251 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
namespace: {{ .Release.Namespace }}
name: {{ include "tempest-pushgateway.fullname" . }}
labels:
{{- include "tempest-pushgateway.labels" . | indent 4 }}
stringData:
{{ toYaml .Values.env | indent 2 -}}