helm-charts/charts/tempest-pushgateway/templates/secret.yaml

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 -}}