Skip to content

Commit 068901d

Browse files
committed
fix: sync-wave: -30 for mas secret
1 parent 04d1d7c commit 068901d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.30.0
3+
version: 0.30.1

charts/synapse/templates/matrix-authentication-secret.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ apiVersion: v1
33
kind: Secret
44
metadata:
55
name: matrix-authentication
6+
{{- if .Values.argocd }}
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "-30"
9+
argocd.argoproj.io/hook: "Sync"
10+
{{- else }}
611
labels:
712
{{- include "matrix-authentication.selectorLabels" . | nindent 4 }}
813
type: Opaque

0 commit comments

Comments
 (0)