github.com/verrazzano/verrazzano@v1.7.1/platform-operator/helm_config/charts/verrazzano-platform-operator/templates/serviceaccount.yaml (about)

     1  # Copyright (C) 2020, 2021, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  apiVersion: v1
     4  kind: ServiceAccount
     5  metadata:
     6    name: {{ .Values.name }}
     7    namespace: {{ .Values.namespace }}
     8  {{- if .Values.global.imagePullSecrets }}
     9  imagePullSecrets:
    10    {{- range .Values.global.imagePullSecrets }}
    11  - name: {{ . }}
    12    {{- end }}
    13  {{- end }}