Solutionunvalidated
Wrap the Secret Manager expression in double quotes in the YAML (e.g., password: "${sm://projects/my-project/secrets/password/versions/1}"). To use the latest secret version, reference just the secret without /versions/1 (e.g., "${sm://projects/my-project/secrets/password}").
75fbd99e-eb17-46b9-b1ee-fb3d1fd6ae76
Wrap the Secret Manager expression in double quotes in the YAML (e.g., password: "${sm://projects/my-project/secrets/password/versions/1}"). To use the latest secret version, reference just the secret without /versions/1 (e.g., "${sm://projects/my-project/secrets/password}").