* Add example of mysql using spire Signed-off-by: Kevin Fox <[email protected]> * Finish up the implementation Signed-off-by: Kevin Fox <[email protected]> * Update the image Signed-off-by: Kevin Fox <[email protected]> * Apply suggestions from code review Signed-off-by: kfox1111 <[email protected]> * Update. Restested. Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: Kevin Fox <[email protected]> Signed-off-by: kfox1111 <[email protected]>
16 lines
370 B
YAML
16 lines
370 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: mysqlclient
|
|
data:
|
|
spiffe-helper.conf: |
|
|
agent_address = "/spiffe-workload-api/spire-agent.sock"
|
|
cmd = ""
|
|
cmd_args = ""
|
|
cert_dir = "/certs"
|
|
renew_signal = ""
|
|
svid_file_name = "tls.crt"
|
|
svid_key_file_name = "tls.key"
|
|
svid_bundle_file_name = "ca.pem"
|
|
add_intermediates_to_bundle = true
|