freezing-salesmen-43328
09/26/2024, 8:34 AMDiagnostics:
kubernetes:core/v1:Secret (application-secrets):
error: resource urn:pulumi:iot-dev::pulumi-dsr-e2e::dsr:core:Project$dsr:kubernetes:Application$kubernetes:core/v1:secret::application-secrets violates plan: properties changed: +-stringData[{&{output<string>{}}}], =+data[{&{{map[REDIS_PASSWORD:{REDACTED} kafka.key.pem:{REDACTED}]}}}]
The issue only happens in our CI pipeline. This error does not occur when deploying the Pulumi project from scratch on my laptop; everything deploys fine locally. The Pulumi version in CI is the same as locally (v3.132.0).
The Kubernetes secret that is being created has string_data
set to outputs of Aiven Kafka and Aiven Redis user resources. Perhaps this error occurs because I'm creating the resources from scratch and the users don't have their outputs set yet? Only it's weird that I don't have this issue locally.
Any idea?bumpy-midnight-83719
09/26/2024, 1:32 PM