mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-04 03:49:00 +00:00
new chart: FreshRSS (#2)
This commit is contained in:
12
charts/freshrss/templates/serviceaccount.yaml
Normal file
12
charts/freshrss/templates/serviceaccount.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "freshrss.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "freshrss.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user