this patch requires support for the /v2-beta endpoint in the rancher server and has only been tested against rancher v1.6.21 (current version we have deployed in production)
I have also slightly changed the Dockerfile to make it pass hadolint checks - required in our production pipelines...
Add options for specifying references to existing (the code doesn't create/update them) rancher secrets (tested against rancher v1.6.x)
--secret SECRET_ID
,--secrets SECRET_ID1,SECRET_ID2
...this patch requires support for the
/v2-beta
endpoint in the rancher server and has only been tested against rancherv1.6.21
(current version we have deployed in production)I have also slightly changed the Dockerfile to make it pass
hadolint
checks - required in our production pipelines...