Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bddd8d8 + 59f10f2 commit 10a873fCopy full SHA for 10a873f
charts/templates/configmap-scripts.yaml
@@ -6,6 +6,7 @@ apiVersion: v1
6
kind: ConfigMap
7
metadata:
8
name: {{ include "marklogic.fullname" . }}-scripts
9
+ namespace: {{ .Release.Namespace }}
10
data:
11
copy-certs.sh: |
12
#!/bin/bash
charts/templates/serviceaccount.yaml
@@ -3,6 +3,7 @@ apiVersion: v1
3
kind: ServiceAccount
4
5
name: {{ include "marklogic.serviceAccountName" . }}
labels:
{{- include "marklogic.labels" . | nindent 4 }}
imagePullSecrets:
0 commit comments