Skip to content

Commit cb761bf

Browse files
author
Peng Zhou
committed
MLE-21473 add missing namespace to script configmap
1 parent bddd8d8 commit cb761bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/templates/configmap-scripts.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apiVersion: v1
66
kind: ConfigMap
77
metadata:
88
name: {{ include "marklogic.fullname" . }}-scripts
9+
namespace: {{ .Release.Namespace }}
910
data:
1011
copy-certs.sh: |
1112
#!/bin/bash

0 commit comments

Comments
 (0)