Skip to content

Commit

Permalink
use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Jun 24, 2024
1 parent c66ebc0 commit 4d3dc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/serverless/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- include "tplValue" ( dict "value" .Values.services.manager.labels "context" . ) | nindent 4 }}
{{- end }}
app.kubernetes.io/instance: {{ template "fullname" . }}-controller-manager
app.kubernetes.io/component: serverless
app.kubernetes.io/component: {{ template "fullname" . }}
{{- if .Values.services.manager.annotations }}
annotations:
{{- include "tplValue" ( dict "value" .Values.services.manager.annotations "context" . ) | nindent 4 }}
Expand Down

0 comments on commit 4d3dc7b

Please sign in to comment.