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

Cert Management: Adding OCP v4 templates for use with OpenShift Applier #403

Merged
merged 10 commits into from
Sep 11, 2020
Prev Previous commit
Next Next commit
Updating README with references to the new OpenShift template based a…
…pproach
  • Loading branch information
oybed committed Sep 11, 2020
commit dc11e0955c58d44753db06034de6b0491d5dd948
4 changes: 1 addition & 3 deletions cert-manager-configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Note the dns01-recursive-nameservers option above is required in most cases for

### Installing Environment Specific Configuration

This is done by running the `openshift-applier` playbook. Make sure to update the [inventory](.applier/inventory/group_vars/seed-hosts.yml) with the proper values (see `Configuration` below) and then run the following command:
This is done by running the `openshift-applier` playbook. Make sure to update the [inventory](.applier/group_vars/seed-hosts.yml) with the proper values (see `Configuration` below) and then run the following command:

```
cd <this repo>
Expand All @@ -117,8 +117,6 @@ ansible-playbook -i ../.applier/inventory playbooks/openshift-cluster-seed.yml

### Configuration

See comments in [values.yaml](./values.yaml) for more details on configuration

| Parameter | Description | Default |
| ------------------------------------------------ | -------------------------------------------------------------| ------------------------------------- |
| `cert_mgmt_namespace` | Project name to install the certificate management components | `cert-mgmt` |
Expand Down