Skip to content

Commit 4131b4e

Browse files
committed
fix: Create secrets on pre-install/upgrade
1 parent 9b3deaf commit 4131b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/opencrvs-services/templates/mongo-secrets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ metadata:
3131
namespace: {{ .Release.Namespace }}
3232
annotations:
3333
"helm.sh/resource-policy": keep
34-
"helm.sh/hook": pre-install
34+
"helm.sh/hook": pre-install,pre-upgrade
3535
"helm.sh/hook-weight": "0"
3636
type: Opaque
3737
data:
@@ -47,7 +47,7 @@ metadata:
4747
namespace: {{ .Release.Namespace }}
4848
annotations:
4949
"helm.sh/resource-policy": keep
50-
"helm.sh/hook": pre-install
50+
"helm.sh/hook": pre-install,pre-upgrade
5151
"helm.sh/hook-weight": "0"
5252
type: Opaque
5353
data:

0 commit comments

Comments
 (0)