matrix-synapse: Ensure scripts are kept
This commit is contained in:
parent
45405dec96
commit
44302ac0e6
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg
|
||||||
appVersion: 1.79.0
|
appVersion: 1.79.0
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 3.2.0
|
version: 3.2.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
|
@ -7,5 +7,6 @@ metadata:
|
||||||
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
{{- include "matrix-synapse.labels" . | nindent 4 }}
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/hook: pre-install
|
helm.sh/hook: pre-install
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
data:
|
data:
|
||||||
{{ (.Files.Glob "scripts/*.sh").AsConfig | indent 2 }}
|
{{ (.Files.Glob "scripts/*.sh").AsConfig | indent 2 }}
|
||||||
|
|
Loading…
Reference in a new issue