Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2629 from emas80/patch-1
Browse files Browse the repository at this point in the history
fix: added support for annotation for memcached
  • Loading branch information
2opremio authored Dec 3, 2019
2 parents 507ba5d + 176fca6 commit e42a2db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/flux/templates/memcached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
release: {{ .Release.Name }}
template:
metadata:
{{- if .Values.memcached.annotations }}
annotations:
{{- .Values.memcached.annotations | toYaml | trimSuffix "\n" | nindent 8 }}
{{- end }}
labels:
app: {{ template "flux.name" . }}-memcached
release: {{ .Release.Name }}
Expand Down

0 comments on commit e42a2db

Please sign in to comment.