Jean-Yves NOLEN

Results 25 comments of Jean-Yves NOLEN

Hello @markap14 I really don't think so. Even for GOV region. AWS China is a special case for reasons that are bigger than me 😜. TBH I agree with you,...

Full Example `/secret/cluster/lab.cluster.internal.example.com` ``` { "endpoint":"https://lab.cluster.internal.example.com", "name":"lab", "bearerToken": "example_bearer_token_lab", } ``` `/secret/cluster/staging.cluster.internal.example.com` ``` { "endpoint":"https://staging.cluster.internal.example.com", "name":"staging", "bearerToken": "example_bearer_token_staging", } ``` `/secret/cluster/prod.cluster.internal.example.com` ``` { "endpoint":"https://prod.cluster.internal.example.com", "name":"prod", "bearerToken": "example_bearer_token_prod", } ``` With...

Hey ! > Regarding your proposal: I don't think a template belongs into the secretStoreRef. IMO it should be defined in spec.template I made a mistake in the template I...

What do you think about this PR should we close it ?

I think main issues comes from the usage of fs ``` static isPIOProjectSync(projectDir) { try { fs.accessSync(path.join(projectDir, 'platformio.ini')); return true; } catch (err) {} return false; } ``` ``` pini...

Can confirm if can fix issues with keyctl. Please consider mrege before next release. Thank you

@dhmlau Commit was amended and signed. Thanks for merging