We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d1d7c commit 068901dCopy full SHA for 068901d
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.30.0
+version: 0.30.1
charts/synapse/templates/matrix-authentication-secret.yaml
@@ -3,6 +3,11 @@ apiVersion: v1
kind: Secret
4
metadata:
5
name: matrix-authentication
6
+ {{- if .Values.argocd }}
7
+ annotations:
8
+ argocd.argoproj.io/sync-wave: "-30"
9
+ argocd.argoproj.io/hook: "Sync"
10
+ {{- else }}
11
labels:
12
{{- include "matrix-authentication.selectorLabels" . | nindent 4 }}
13
type: Opaque
0 commit comments