Skip to content

Commit 74e9132

Browse files
Merge pull request openstack-k8s-operators#1530 from ratailor/code-typo
Fix code typo
2 parents 1fb1db4 + e741594 commit 74e9132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/core/openstackcontrolplane_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ func (r *OpenStackControlPlaneReconciler) reconcileDelete(ctx context.Context, i
610610
const (
611611
passwordSecretField = ".spec.secret"
612612
tlsCABundleSecretNameField = ".spec.tls.caBundleSecretName"
613-
tlsIngressCACustomIssuer = ".spec.tls.ingerss.ca.customIssuer"
613+
tlsIngressCACustomIssuer = ".spec.tls.ingress.ca.customIssuer"
614614
tlsPodLevelInternalCACustomIssuer = ".spec.tls.podLevel.internal.ca.customIssuer"
615615
tlsPodLevelOvnCACustomIssuer = ".spec.tls.podLevel.ovn.ca.customIssuer"
616616
)

0 commit comments

Comments
 (0)