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

Preserve the resource if already exists. #128

Closed mrsabath closed 2 years ago

mrsabath commented 2 years ago

During the Helm deployment, some elements might already exist, like spiffeids, keys, or secrets. See the Helm's lookup function: https://helm.sh/docs/chart_template_guide/functions_and_pipelines/#using-the-lookup-function and the example https://github.com/sankalp-r/helm-charts-examples/blob/main/sample_chart/templates/_helpers.tpl#L67-L85