Skip to content

Commit

Permalink
chore: add annotations for pipeline-backend deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-instill committed Sep 6, 2023
1 parent 8d85e6c commit 4da2706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/vdp/templates/pipeline-backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
app.kubernetes.io/component: pipeline-backend
annotations:
rollme: {{ randAlphaNum 5 | quote }}
{{- with .Values.pipelineBackend.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
strategy:
type: {{ .Values.updateStrategy.type }}
Expand Down
2 changes: 2 additions & 0 deletions charts/vdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ pipelineBackend:
repository: instill/pipeline-backend
tag: 0.14.1-alpha
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
# -- The command names to be executed
commandName:
migration: pipeline-backend-migrate
Expand Down

0 comments on commit 4da2706

Please sign in to comment.