You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/helm.toolkit.fluxcd.io/v2beta1/HelmRelease/customizations.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ spec:
50
50
51
51
local conditions = {}
52
52
local generation = desiredObj.metadata.generation
53
+
local observedGeneration = desiredObj.status.observedGeneration
53
54
local lastAttemptedRevision = desiredObj.status.lastAttemptedRevision
54
55
local lastAppliedRevision = desiredObj.status.lastAppliedRevision
55
56
local lastAttemptedValuesChecksum = desiredObj.status.lastAttemptedValuesChecksum
0 commit comments