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

15 lines
345 B
YAML
Raw Normal View History

2022-01-10 19:55:02 +00:00
{{- if .Values.awsstore }}
{{- if .Values.awsstore.createServiceAccount }}
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 }}
{{- end }}