fix(helm): remove default ns

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-10-17 11:14:30 +02:00
parent 73a5691d94
commit 291ad6a830

View file

@ -4,7 +4,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: update-db-passwords
namespace: default
namespace: "{{ .Release.Namespace }}"
annotations:
"helm.sh/hook": pre-upgrade
"helm.sh/hook-weight": "-6" # Higher precidence, so the first the config map will get created.