Skip to content

Commit

Permalink
dead links fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bnallapeta committed Jan 16, 2024
1 parent 9c1248c commit 127ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Environment provisioning takes a few minutes to complete, since there is a lot o
* If everything above looks good, then the pods might be in a failing state. Check the pods deployed to your provisioned namespace and view their events to see if there are any failures, and why. Most likely the issue is a lack of imagePullSecrets in the provisioned namespace.

Those secrets can be added using [Tronador Config](./tronador_config.md) by mentioning the resources in the CR, which will deploy those resources in all DTE Namespaces.
This can also be done by [Multi Tenant Operator's](https://docs.stakater.com/mto/main/index.html) [TemplateGroupInstance](https://docs.stakater.com/mto/main/customresources.html#5-templategroupinstance) by setting the proper label in your Tronador config file.
This can also be done by [Multi Tenant Operator's](https://docs.stakater.com/mto/main/index.html) [TemplateGroupInstance](https://docs.stakater.com/mto/latest/how-to-guides/template-group-instance.html) by setting the proper label in your Tronador config file.
2 changes: 1 addition & 1 deletion content/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spec:
Secrets for the Helm chart to be deployed are currently passed along from the Tronador config file, to the Helm release.
Secrets for Helm chart and other required resources like image pull secret can be brought into Environment owned namespaces using [Tronador Config](./tronador_config.md) CR.

You can also use [Multi Tenant Operator's](https://docs.stakater.com/mto/main/index.html) [TemplateGroupInstance](https://docs.stakater.com/mto/main/customresources.html#5-templategroupinstance) to pass secrets to the namespace that will be provisioned by the Environment by setting the proper label in your Tronador config file. An example for this workflow is [provided here](https://docs.stakater.com/mto/main/usecases/deploying-templates.html#deploying-template-to-namespaces-via-templategroupinstances).
You can also use [Multi Tenant Operator's](https://docs.stakater.com/mto/main/index.html) [TemplateGroupInstance](https://docs.stakater.com/mto/latest/how-to-guides/template-group-instance.html) to pass secrets to the namespace that will be provisioned by the Environment by setting the proper label in your Tronador config file. An example for this workflow is [provided here](https://docs.stakater.com/mto/main/usecases/deploying-templates.html#deploying-template-to-namespaces-via-templategroupinstances).

### Application snapshot deployed

Expand Down

0 comments on commit 127ffcc

Please sign in to comment.