Alexander Kim
Alexander Kim
I don't think I saw an explanation as to what we lose by switching away from the declarative method?
Why would pulumi need to import the state? Create secret -> secret stored in statefile -> update secret -> check diff against statefile -> diff detected -> replace secret
The thing is it wouldn't just benefit `Secrets`. Look at #1048 which has an issue due to `last-applied-configuration`.
To clarify, it's fixed in how pulumi displays it, or it's fixed as in pulumi no longer uses apply and therefore the annotation is not created? From what it sounds...
It isn't just refresh that this should work for IMO. I just ran into this where I was trying to update a helm chart, which is just one part of...
I will have to try that out. I was not aware of that option. I think it may be better to default that on, or maybe give a message to...
I'm asking this here but am happy to open up an issue, but I updated a `Secret`, and it was `updated` not `replaced`. I am using the server side apply...
I haven't used the operator yet, but have started looking into it. If I understand what this ticket is about, we absolutely need the previews in PRs/MRs. This is essential...
Also to be clear this is not allowed in PHP 7.2 and further according to https://wiki.php.net/rfc/object-typehint.
I don't have a reproducter, but for more context, we are using https://github.com/symfony/amazon-sqs-messenger. We're not doing anything ourselves, this is happening through that library. https://github.com/symfony/amazon-sqs-messenger/blob/6.1/Transport/Connection.php#L77 is where the problem starts...