github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/deployment/sriov-network-operator/templates/serviceaccount.yaml (about)

     1  apiVersion: v1
     2  kind: ServiceAccount
     3  metadata:
     4    name: {{ include "sriov-network-operator.fullname" . }}
     5    namespace: {{ .Release.Namespace }}
     6    labels:
     7    {{- include "sriov-network-operator.labels" . | nindent 4 }}
     8  ---
     9  apiVersion: v1
    10  kind: ServiceAccount
    11  metadata:
    12    name: sriov-network-config-daemon
    13    namespace: {{ .Release.Namespace }}
    14    labels:
    15    {{- include "sriov-network-operator.labels" . | nindent 4 }}