remove serviceaccount, user can define if needed
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
perf3ct 2023-10-04 10:20:22 -07:00
parent 5312dc6a34
commit f7731a71f6
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
2 changed files with 0 additions and 27 deletions

View File

@ -1,9 +0,0 @@
{{- define "vikunja.serviceAccount.hardcodedValues" -}}
{{ end }}
{{ if .Values.serviceAccount.create }}
{{- $ctx := deepCopy . -}}
{{- $_ := get .Values "serviceAccount" | mergeOverwrite $ctx.Values -}}
{{- $_ = include "vikunja.serviceAccount.hardcodedValues" . | fromYaml | merge $ctx.Values -}}
{{- include "bjw-s.common.loader.all" $ctx }}
{{ end }}

View File

@ -112,21 +112,3 @@ typesense:
repository: docker.io/typesense/typesense
tag: 0.25.1
pullPolicy: IfNotPresent
# https://github.com/bjw-s/helm-charts/blob/a081de53024d8328d1ae9ff7e4f6bc500b0f3a29/charts/library/common/values.yaml#L85-L94
serviceAccount:
# -- Specifies whether a service account should be created
create: false
# -- Annotations to add to the service account
annotations: {}
# -- Labels to add to the service account
labels: {}
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""