Skip to content

Commit

Permalink
chore: sync waves
Browse files Browse the repository at this point in the history
  • Loading branch information
chliddle committed Dec 16, 2024
1 parent ed4625c commit 3145519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/namada-indexer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ metadata:
{{- with .Values.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.argocd.deployment }}
annotations:
"argocd.argoproj.io/sync-wave": "2"
{{- else }}
annotations:
"helm.sh/hook-weight": "-10"
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
strategy:
Expand Down

0 comments on commit 3145519

Please sign in to comment.