Skip to content

CSCfi/rahti-1-templates

Repository files navigation

Rahti 1 templates (Legacy templates)

You can find in this repo some of the Rahti 1 templates.

These templates won't be updated by CSC. We strongly recommend to use the new Helm Charts developed by CSC to deploy your applications on Rahti 2.

How to use them?

First, clone the repository on your local computer.
Navigate to the cloned folder and you can apply the template with the oc command:

oc process -f {name_of_the_template} | oc apply -f -

If some parameters are needed, you can specific them:

oc process -f {name_of_the_template} -p {parameter_name}={value} ... | oc apply -f -

To delete all the resources, you can use this command:

oc process -f {name_of_the_template} | oc delete -f -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published