app-power-metrics/stx-power-metrics-helm/stx-power-metrics-helm/helm-charts/cadvisor/templates/serviceaccount.yaml

19 lines
385 B
YAML

#
# Copyright (c) 2023 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: ServiceAccount
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
metadata:
name: cadvisor
labels:
{{- include "cadvisor.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}