Merge "[DOC] Update oom quick start guide with additional commands"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 6 Jan 2021 07:07:56 +0000 (07:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Jan 2021 07:07:56 +0000 (07:07 +0000)
kubernetes/Makefile
kubernetes/common/mariadb-galera/templates/statefulset.yaml

index 81d35c5..3c5254c 100644 (file)
@@ -85,7 +85,7 @@ clean:
 
 # publish helm plugins via distrubtion directory
 plugins:
-       @cp -R $(HELM_BIN) $(PACKAGE_DIR)/
+       @cp -R helm $(PACKAGE_DIR)/
 
 # start up a local helm repo to serve up helm chart packages
 # WARNING: Only helm < v3 supported
index 0dcb8e3..caa5062 100644 (file)
@@ -94,7 +94,7 @@ spec:
                   fieldPath: metadata.name
             - name: BITNAMI_DEBUG
               value: {{ ternary "true" "false" .Values.debug | quote }}
-            - name: DB_INIT_SLEEP_TIME
+            - name: MARIADB_INIT_SLEEP_TIME
               value: {{ .Values.init_sleep_time | quote }}
             - name: MARIADB_GALERA_CLUSTER_NAME
               value: {{ .Values.galera.name | quote }}