Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added yaml template to deploy the CNF Cert Suite in a kubernetes/Openshift cluster. #1557

Conversation

greyerof
Copy link
Contributor

The yaml template and the kustomization file inside the k8s folder allow the deployment of the CNF Cert Suite Pod using:

oc apply -f k8s/cnf-certsuite.yaml
or
oc kustomization k8s | oc apply -f -

See the README.md file inside the k8s folder for more information and some possible configuration changes.

As this is a developer's "feature", I decided not to include it in the official CNF Cert Suite documentation markdown files.

…shift cluster.

The yaml template and the kustomization file inside the k8s folder allow the
deployment of the CNF Cert Suite Pod using:

`oc apply -f k8s/cnf-certsuite.yaml`
or
`oc kustomization k8s | oc apply -f -`

See the README.md file inside the k8s folder for more information and
some possible configuration changes.

As this is a developer's "feature", I decided not to include it in the
official CNF Cert Suite documentation markdown files.
Also:
- Removed wrong/test TNF_LABELS env var in pod spec.
- Commented namespace and prefix/sufix names in kustomization file.
@greyerof greyerof merged commit 0b36964 into redhat-best-practices-for-k8s:main Oct 26, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants