Port agent - support external secrets
A
Arturo Rojas
We hope that the values are references to the secrets to prevent them from being explicit when executing the command in the terminal. E.g.
helm upgrade --install my-port-agent port-labs/port-agent \
--create-namespace --namespace port-agent \
--set env.normal.STREAMER_NAME=KAFKA \
--set env.normal.PORT_API_BASE_URL=https://api.us.getport.io \
--set-file controlThePayloadConfig=payloadconfig.yml \
--set selfSignedCertificate.enabled=true \
--set-file selfSignedCertificate.certificate=cloudbees-pp.crt \
--set secret.name=port-secrets \
--set secret.useExistingSecret=true \
--set env.secret.PORT_CLIENT_ID="PORT_CLIENT_ID" \
--set env.secret.PORT_CLIENT_SECRET="PORT_CLIENT_SECRET" \
--set env.secret.PORT_ORG_ID="PORT_ORG_ID" \
--set env.secret.KAFKA_CONSUMER_GROUP_ID="KAFKA_CONSUMER_GROUP_ID"