Hello guys, How should we set the `jsonCredentials...
# ask-community
d
Hello guys, How should we set the
jsonCredentialsEnvvar
for
gcsComputeLogManager
? I got the credentials json, converted to string using json.dumps() in python, and passed this string in the helm chart. However it returns:
ValueError: ('Could not deserialize key data. The data may be in an incorrect format, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type).
How should I pass this json ?