makes the ConfigMap name prefixed by the release name. With the current implementation we cannot deploy 2 surveryor chart in the same namespace
Able to pass any yaml to the configmap such that we can fit the json output depending of the user need.
{
"name": "my service",
"topic": "email.subscribe.>",
"jwt": "jwt portion of creds, must include seed also",
"seed": "seed portion of creds, must include jwt also",
"credential": "/path/to/file.creds",
"nkey": "nkey seed",
"token": "token",
"username": "username, must include password also",
"password": "password, must include user also",
"tls_ca": "/path/to/ca.pem, defaults to surveyor's ca if one exists",
"tls_cert": "/path/to/cert.pem, defaults to surveyor's cert if one exists",
"tls_key": "/path/to/key.pem, defaults to surveyor's key if one exists"
}
This PR:
With the values:
This will output
For context, I cannot use surveyor right now for the 2 fixes