feat(cert-manager): add cluster issuer to okd cluster score #157
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#157
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/okd_set_ingress_certs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
added score to install okd cluster issuer
@ -0,0 +71,4 @@
&self,
client: &Arc<K8sClient>,
) -> Result<Outcome, InterpretError> {
let cert_manager = "cet-manager".to_string();
is it a typo?
cet-manager
instead ofcert-manager
?@ -0,0 +132,4 @@
- http01:
ingress:
class: nginx"#,
);
Considering we try to do as little yaml as possible, maybe it would be better to introduce a Resource for this?
Something like:
And it would be used like: