Prisma Cloud Compute: Where to find proxy settings in yaml file or helm chart while deploying orchestrator defenders?
3722
Created On 10/31/23 01:54 AM - Last Modified 11/11/24 16:46 PM
Question
Where to find proxy settings in yaml file or helm chart while deploying orchestrator defenders?
Environment
- Prisma Cloud Compute Self-Hosted
- Prisma Cloud Compute SaaS
Answer
To see the proxy setting in defender deployment yaml file and helm chart, please locate field in install bundle.
- To locate install bundle in yaml file, please open defender deployment yaml file in a text editor, and do a control+f or ctrl+f for INSTALL_BUNDLE. Under INSTALL_BUNDLE, there would be a value field. Refer to step 3.
- In helm chart, open values.yaml file, and and do a control+f or ctrl+f for install_bundle. Refer to step 3.
- You will see string of characters, use a base64 decoder to decode the string, and you will see the proxy settings.
Additional Information
View our documentation here on Prisma Cloud compute defender orchestrators.