Skip to content

Commit

Permalink
fixing issue oracle#6 update the name of the secret in webhook.yaml s…
Browse files Browse the repository at this point in the history
…o that it is aligned with the one in the deployment
  • Loading branch information
rozdolsky33 committed Aug 29, 2023
1 parent 36327ca commit 5c7eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/oci-native-ingress-controller/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
issuerRef:
kind: Issuer
name: oci-native-ingress-controller-ca
secretName: oci-native-ingress-controller-tls
secretName: {{ template "oci-native-ingress-controller.webhookCertSecret" . }}
---
apiVersion: cert-manager.io/v1
kind: Issuer
Expand Down

0 comments on commit 5c7eee5

Please sign in to comment.