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
When using post build substitutions in flux 2.4.0 or flux 2.5.1 with a var that is a numeric, the reconciliation fail with expected numeric (int or float), got string.
The values are:
postBuild:
substitute:
quote: '"' # double quote var
replicas: "1"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using post build substitutions in flux 2.4.0 or flux 2.5.1 with a var that is a numeric, the reconciliation fail with
expected numeric (int or float), got string
.The values are:
How can I reach the goal of applying type int to the StatefulSet?
https://github.com/fluxcd/kustomize-controller/blob/main/docs/spec/v1/kustomizations.md#post-build-substitution-of-numbers-and-booleans seems not work. Any comments, please?
Beta Was this translation helpful? Give feedback.
All reactions