rancher-partner-charts/charts/kubecost/cost-analyzer/1.70.0/templates/awsstore-service-account-te...

13 lines
286 B
YAML

{{- if .Values.awsstore }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: awsstore-serviceaccount
labels:
{{ include "cost-analyzer.commonLabels" . | nindent 4 }}
{{- with .Values.awsstore.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}