stocky-refrigerator-75813
03/14/2024, 6:03 PMcert_ca = k8s.core.v1.Secret.get("ou-tls-certificate",cluster_issuer.spec.ca.secretName.apply(lambda secretName: "cert-manager/" + secretName),
opts=pulumi.ResourceOptions(
provider = k8s_provider,
depends_on=[],
custom_timeouts=pulumi.CustomTimeouts(
create="5m",
update="10m",
delete="10m"
)
)).data["tls.crt"].apply(lambda data: data )
but i get the error: AttributeError: 'CustomResource' object has no attribute 'apply'
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by