Secrets to be Configured in Contexts

AWS:

  • ACCOUNT_ID - A 12-digit number, that uniquely identifies an AWS account.

  • AWS_ACCESS_KEY_ID - to make programmatic calls to AWS or to use the AWS Command Line Interface or AWS Tools for PowerShell.

  • AWS_SECRET_ACCESS_KEY - It is a form of unique user/account identifier. AWS secret key is like private key.

  • NAMESPACE - namespace in which you want to deploy the chart

  • REGION - region in which AWS keys are configured

Helm:

  • CERT_FILE - a certificate that the server serves to the connecting users to prove that they are what they claim to be.

Last updated