Add missing properties files to SDNC
[oom.git] / kubernetes / common / controller-blueprints / templates / secrets.yaml
index 4b11188..b4ab161 100644 (file)
@@ -25,3 +25,5 @@ metadata:
 type: Opaque
 data:
   db-root-password: {{ index .Values "mariadb-galera" "config" "mariadbRootPassword" | b64enc | quote }}
+  restUser: {{ .Values.config.restUser | b64enc | quote }}
+  restPassword: {{ .Values.config.restPassword | b64enc | quote }}