Skip to content

Commit

Permalink
Adds Annotation to secret, so that argocd ignores it
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Jan 10, 2025
1 parent 9a0a135 commit 4137932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/matrix-synapse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/element-hq/synapse
type: application

# Chart version should follow semantic versioning: https://semver.org/
version: 1.0.4
version: 1.0.5

# Application version reflects the specific release of the application.
# Use quotes to preserve formatting.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
argocd.argoproj.io/sync-wave: "-5"
argocd.argoproj.io/sync-options: Delete=false
argocd.argoproj.io/ignore-resource-updates: "true"
argocd.argoproj.io/compare-options: IgnoreExtraneous
name: {{ $name }}
labels:
{{- include "matrix-synapse.signingKeylabels" . | nindent 4 }}
Expand Down

0 comments on commit 4137932

Please sign in to comment.