Adding components
Before adding components, we recommend you back up your params.yaml
file.
tip
It is highly recommended that you commit params.yaml
file into a private repository and encrypt it with BlackBox or use a secret management service like Azure Key Vault, AWS Secret Manager, GCP Secret Manager or HashiCorp Vault.
Adding components
To add additional components to Onepanel:
Run
opctl init
with additional flags.tip
You can find the
opctl
command you initially ran at the top of yourparams.yaml
file.For example if you initially ran:
opctl init --provider gke \--artifact-repository-provider s3You can enable TLS and
cert-manager
by running:opctl init --provider gke \--artifact-repository-provider s3 \--enable-https \--enabl-cert-manager \--dns-provider clouddnsReview your
params.yaml
file and complete the new fields accordingly.tip
See configuration files for additional information.
Apply your changes:
opctl applynote
If the application is not loading after these updates, visit our Troubleshooting page for some steps that can help resolve most issues.