7.3 Creating OUDSM Instances
The oudsm Helm Chart
The oudsm
Helm chart allows you to create or deploy Oracle Unified
Directory Services Manager (OUDSM) instances along with Kubernetes objects in a
specified namespace.
The deployment can be initiated by running the following Helm command with reference to
the
oudsm
Helm chart, along with configuration parameters according to
your environment:cd $WORKDIR/kubernetes/helm14c
helm install --namespace <namespace> \
<Configuration Parameters> \
<deployment/release name> \
<Helm Chart Path/Name>
Configuration Parameters (override values in chart) can be passed on with
--set
arguments on the command line and/or with -f /
--values
arguments when referring to files.
Note:
The examples in the following sections provide values which allow the user to override the default values provided by the Helm chart. A full list of configuration parameters and their default values is shown in Configuration Parameters for the oudsm Helm Chart.For more details about the helm command and parameters, execute helm
--help
and helm install --help
.
Deploying OUDSM Instances
OUDSM instances can be deployed using one of the following methods: