docs icon indicating copy to clipboard operation
docs copied to clipboard

Example request

Open flanksaul opened this issue 4 years ago • 2 comments

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 avatar Oct 08 '21 12:10 flanksaul

@flanksaul Thank you for the suggestion on adding more examples. Where are you seeing the TransformationAction type?

leezen avatar Oct 11 '21 16:10 leezen

@flanksaul Thank you for the suggestion on adding more examples. Where are you seeing the TransformationAction type?

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.

flanksaul avatar Oct 12 '21 06:10 flanksaul