fabiocicerchia/go-proxy-cache

View on GitHub
kubernetes/helm/templates/serviceaccount.yaml

Summary

Maintainability
Test Coverage
{{- if .Values.serviceAccount.create -}}
---
apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ include "go-proxy-cache.serviceAccountName" . }}
  labels:
    {{- include "go-proxy-cache.labels" . | nindent 4 }}
  {{- with .Values.serviceAccount.annotations }}
  annotations:
    {{- toYaml . | nindent 4 }}
  {{- end }}
{{- end }}