Utilize bjw-s's common Helm library. #13

Merged
konrad merged 41 commits from :new-helm-chart into main 2023-11-07 14:47:24 +00:00
2 changed files with 0 additions and 27 deletions
Showing only changes of commit f7731a71f6 - Show all commits

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: ""