https://pulumi.com logo
m

most-lighter-95902

11/27/2021, 3:17 AM
Copy code
const knativeOperator = new k8s.yaml.ConfigFile(name, {
  file: `<https://github.com/knative/operator/releases/download/knative-v${version}/operator.yaml>`,
}, { parent: this })
3 Views