mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Allow to add custom annotations for deployment
This commit is contained in:
parent
9690f7b73f
commit
70456cad30
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ metadata:
|
|||
name: {{ include "planka.fullname" . }}
|
||||
labels:
|
||||
{{- include "planka.labels" . | nindent 4 }}
|
||||
{{- with .Values.deploymentAnnotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if not .Values.autoscaling.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue