Skip to main content

12 docs tagged with "helm"

View all tags

Helm Container Plugin

The Helm container plugin allows you simplify the deployment and management of applications on Kubernetes clusters. It allows you to define, install, upgrade, and rollback the Kubernetes applications.

Using an Existing PostgreSQL Database

If you plan to use an existing database—one that is not created by default by the Operator-based installer—you must configure the relevant database parameters in the dairelease_cr.yaml file.

Using an Existing PostgreSQL Database

If you plan to use an existing database—one that is not created by default by the Operator-based installer—you must configure the relevant database parameters in the dairelease_cr.yaml file.

Using an Existing RabbitMQ Message Queue

If you plan to use an existing message queue — one that is not created by default by the Operator-based installer — you must configure the relevant MQ parameters in the dairelease_cr.yaml file.

Using an External Database

This topic illustrates how to use an external database instead of the one that is provided with the operator itself.

Using an External Message Queue

This topic illustrates how to use an external message queue, instead of the RabbitMQ that is provided with the operator itself.

Using Secret References in CR

This topic illustrates how to replace the CR values that are in clear-text format in the CR with the secret references.