Let’s say i have deployed a stack with the automat...
# automation-api
p
Let’s say i have deployed a stack with the automation api, and there are disk size set on a pvc on k8s, is there a way to get the current stored state as json or something? I need to figure out what it is currently, so that when i scale down, i can keep the disk at the original level since scaling down disk is not allowed.
e
You originally set the disk size with Pulumi?
p
yes
e
You could add the disk size as an output, or use
pulumi stack export
to get the stack file.