Skip to content

Commit

Permalink
fix: annotations and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 21, 2023
1 parent a844b5c commit 572498e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/migration_chart/templates/migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
backoffLimit: {{ .Values.backoffLimit }}
template:
metadata:
annotations: {{- include "dotnet-migration.annotations" . | nindent 6 }}
labels: {{- include "dotnet-migration.labels" . | nindent 6 }}
annotations: {{- include "dotnet-migration.annotations" . | nindent 8 }}
labels: {{- include "dotnet-migration.labels" . | nindent 8 }}
spec:
restartPolicy: Never
{{- with .Values.imagePullSecrets }}
Expand Down

0 comments on commit 572498e

Please sign in to comment.