Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed Oct 28, 2024
1 parent 92051eb commit 55ca01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/cert-manager/certificate-requests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if or $.Values.cloud.selfSignedClusterIssuer.enabled (index $.Values "certClusterIssuerType" | ne "self-signed" ) }}
{{- if or $.Values.selfSignedClusterIssuer.enabled (index $.Values "certClusterIssuerType" | ne "self-signed" ) }}
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
Expand Down

0 comments on commit 55ca01f

Please sign in to comment.