aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/components/ejbca/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-09-09 12:53:35 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-09 12:53:35 +0000
commitb5a0709b96eec2ef0d7b6a6cfe799d31cfad0d1b (patch)
tree1c82c7456a77fa4894dac4e8450345ebc0d07a34 /kubernetes/contrib/components/ejbca/templates/deployment.yaml
parent09d87009abf5367759aeb1e08de5b9205a1f3444 (diff)
parent31dceea4851d67ec706185f9d6f5bd0bf427b2c3 (diff)
Merge "[CONTRIB] Introduce certificate update use case in CertService"
Diffstat (limited to 'kubernetes/contrib/components/ejbca/templates/deployment.yaml')
-rw-r--r--kubernetes/contrib/components/ejbca/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/ejbca/templates/deployment.yaml b/kubernetes/contrib/components/ejbca/templates/deployment.yaml
index 46f7d3521c..fc163ee2e2 100644
--- a/kubernetes/contrib/components/ejbca/templates/deployment.yaml
+++ b/kubernetes/contrib/components/ejbca/templates/deployment.yaml
@@ -61,6 +61,8 @@ spec:
env:
- name: INITIAL_ADMIN
value: ";PublicAccessAuthenticationToken:TRANSPORT_ANY;"
+ - name: NO_CREATE_CA
+ value: "true"
- name: DATABASE_JDBC_URL
value: jdbc:mariadb://{{ include "common.mariadbService" . }}:{{ include "common.mariadbPort" . }}/{{ .Values.mysqlDatabase }}
- name: DATABASE_USER