IBM / trusted-service-identity

Trusted Service Identity is closing the gap of preventing access to secrets by an untrusted operator during the process of obtaining authorization for data access by the applications running in the public cloud.
Apache License 2.0
27 stars 11 forks source link

Added a helm check for existing CRD #130

Closed mrsabath closed 2 years ago

mrsabath commented 2 years ago

Helm char uses helm's lookup function to check if the CRD SPIFFEID resource already exists prior to creating it.

This PR addresses #128 Signed-off-by: Mariusz Sabath mrsabath@gmail.com