Mariadb operator is installed in mariadb-operator namespace.
Issue-ID: NONRTRIC-1020
Change-Id: I92a730f15e4d6113c60e8e76ab1f59af72df87f8
Signed-off-by: aravind.est <aravindhan.a@est.tech>
# helm repo add nonrtric https://nexus3.o-ran-sc.org/repository/smo-helm-snapshots/
# helm repo update
# helm install oran-nonrtric nonrtric/nonrtric --namespace nonrtric -f $OVERRIDEYAML --create-namespace
- helm install --debug oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$3"
+ helm install oran-nonrtric local/nonrtric --namespace nonrtric -f $OVERRIDEYAML --set nonrtric.persistence.mountPath="/dockerdata-nfs/deployment-$3"
fi
# helm repo add smo https://nexus3.o-ran-sc.org/repository/smo-helm-snapshots/
# helm repo update
# helm install oran-smo smo/smo --namespace nonrtric -f $OVERRIDEYAML --create-namespace
- helm install --debug oran-smo local/smo --namespace smo -f $OVERRIDEYAML
+ helm install oran-smo local/smo --namespace smo -f $OVERRIDEYAML
fi
check_for_secrets() {
kubectl create ns mariadb-operator
helm repo add mariadb-operator https://helm.mariadb.com/mariadb-operator
helm repo update
-helm install mariadb-operator-crds mariadb-operator/mariadb-operator-crds
-helm install mariadb-operator mariadb-operator/mariadb-operator
+helm install mariadb-operator-crds mariadb-operator/mariadb-operator-crds -n mariadb-operator
+helm install mariadb-operator mariadb-operator/mariadb-operator -n mariadb-operator
kubectl wait deployment mariadb-operator -n mariadb-operator --for=condition=available --timeout=120s
# K8s Volume creation as required