Skip to content

Commit 4c04c6a

Browse files
Edc (#457)
* add fdsc-edc helm chart * version numbers * Update helm documentation * Update helm documentation * pr fixes * Update helm documentation * Update helm documentation * Update helm documentation * fix linter issue * Update helm documentation * remove end * Update helm documentation * fix fullname * Update helm documentation * add missing end * template before range * fix service account name * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 876193d commit 4c04c6a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

charts/fdsc-edc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: fdsc-edc
3-
version: 0.0.11
3+
version: 0.0.12
44
appVersion: 0.0.2
55
description: A Helm chart for running the fdsc-edc on kubernetes.
66
icon: https://fiware.github.io/catalogue/img/fiware.png

charts/fdsc-edc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fdsc-edc
22

3-
![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
3+
![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square)
44

55
A Helm chart for running the fdsc-edc on kubernetes.
66

charts/fdsc-edc/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- $fullName := include "fdsc-edc.fullname" . -}}
2+
{{- $serviceAccount := include "fdsc-edc.serviceAccountName" . }}
23
{{- range $name, $deployment := .Values.deployment }}
34
{{- $cfg := mergeOverwrite (deepCopy $.Values.common) $deployment }}
45

@@ -38,7 +39,7 @@ spec:
3839
{{- toYaml . | nindent 8 }}
3940
{{- end }}
4041
spec:
41-
serviceAccountName: {{ include "apollo.serviceAccountName" . }}
42+
serviceAccountName: {{ $serviceAccount }}
4243
{{- with $cfg.imagePullSecrets }}
4344
imagePullSecrets:
4445
{{- range . }}

0 commit comments

Comments
 (0)