fix(helm): remove default ns
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
73a5691d94
commit
291ad6a830
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue