Example request
File: themes/default/content/docs/guides/adopting/from_kubernetes.md
Please can the example cover adjusting values like AZURE_SUBSCRIPTION_ID.
Also the delegate typing is wrong in C#. Should be TransformationAction[] transformations =
kind: Issuer
metadata:
name: ingress-ca
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: default-issuer-account-key
solvers:
- dns01:
azureDNS:
subscriptionID: AZURE_SUBSCRIPTION_ID
resourceGroupName: AZURE_DNS_ZONE_RESOURCE_GROUP
hostedZoneName: AZURE_DNS_ZONE```
@flanksaul Thank you for the suggestion on adding more examples. Where are you seeing the TransformationAction type?
@flanksaul Thank you for the suggestion on adding more examples. Where are you seeing the
TransformationActiontype?
Sorry, I meant here: https://www.pulumi.com/docs/guides/adopting/from_kubernetes/#configuration-transformations
The examples for the c# transformations have the wrong left-hand side typings.