Skip to content

Commit fb4acb3

Browse files
Change conversion webhook cert algorithm to ECDSA
Change conversion webhook cert algorithm to ECDSA. AKS doesn't support Ed25519.
1 parent 67ae49f commit fb4acb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/helm-charts/operator/templates/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- {{ include "materialize-operator.fullname" . }}.{{ .Release.Namespace }}.svc
3333
secretName: {{ include "materialize-operator.fullname" . }}-cert
3434
privateKey:
35-
algorithm: Ed25519
35+
algorithm: ECDSA
3636
rotationPolicy: Always
3737
issuerRef:
3838
name: {{ include "materialize-operator.fullname" . }}-self-signed

0 commit comments

Comments
 (0)