| # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| name: {{ template "demo-exporter.fullname" . }} |
| namespace: {{ .Release.Namespace }} |
| name: {{ template "demo-exporter.fullname" . }} |
| replicas: {{ .Values.replicaCount }} |
| {{- include "demo-exporter.selectorLabels" . | nindent 6 }} |
| name: {{ template "demo-exporter.fullname" . }} |
| {{- include "demo-exporter.selectorLabels" . | nindent 8 }} |
| {{- with .Values.imagePullSecrets }} |
| {{- toYaml . | nindent 6 }} |
| {{- toYaml .Values.podSecurityContext | nindent 8 }} |
| - name: {{ .Chart.Name }} |
| image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" |
| imagePullPolicy: {{ .Values.image.pullPolicy }} |
| fieldPath: metadata.namespace |
| - "/usr/local/bin/aether-mock-exporter" |
| secretName: {{ template "demo-exporter.fullname" . }}-secret |