Skip to content

Commit fa47d38

Browse files
authored
Merge pull request #134 from linuxfoundation/agaete/add-podAnnotations
feat: populate podAnnotations in deployment chart and update codeowners
2 parents 32df2be + 8cf2c11 commit fa47d38

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Platform engineering group within LFX engineering. @emsearcy represents the LFX architecture team.
2-
* @linuxfoundation/lfx-platform @emsearcy
2+
* @linuxfoundation/lfx-v1-sync-helper

charts/lfx-v1-sync-helper/templates/app-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ spec:
2020
component: app
2121
template:
2222
metadata:
23+
{{- with .Values.podAnnotations }}
24+
annotations:
25+
{{- toYaml . | nindent 8 }}
26+
{{- end }}
2327
labels:
2428
app: {{ .Chart.Name }}
2529
app.kubernetes.io/name: {{ .Chart.Name }}

0 commit comments

Comments
 (0)