Hi there, I’m building a class extending `@pulumi/...
# kubernetes
d
Hi there, I’m building a class extending
@pulumi/kubernetes/core/v1/persistentVolumeClaim
and I want to store the current storage size used, I did manage to do that. Now, I have another challenge, I want to run an update and use the current storage size, compare it with the one that’s coming up from the update and use the biggest storage size. Why? because PVC cannot scale down. The idea is to have a Pulumi resource that self-check its current values and run some logic before invoking the
super
method