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
The escaping examples were incorrect about the interaction between
HCL and CNPG operator placeholder expansion. Both systems use
`$${...}` as the escape sequence that produces a literal `${...}`,
and `$$` without a following `{` is kept as-is.
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
0 commit comments