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
I include some RSA keys in a few of my services, and I have found that they break the YAML parser when trying to use them with Replicated Studio.
Here's an example:
config_files:
- filename: /keys/key.pemfile_mode: '0400'contents: | -----BEGIN PUBLIC KEY----- keystuff -----END PUBLIC KEY-----
Causes the following error in the studio container:
Failure parsing YAML file replicated/current.yaml:
YAMLException: end of the stream or a document separator is expected at line 12, column 7:
- source: dockerhub
^
The text was updated successfully, but these errors were encountered:
I include some RSA keys in a few of my services, and I have found that they break the YAML parser when trying to use them with Replicated Studio.
Here's an example:
Causes the following error in the studio container:
The text was updated successfully, but these errors were encountered: