Online Installation
Create the configuration file
# AWS credentials to fetch ECR images (required)
awsAccessKeyId: <AWS_ACCESS_KEY_ID>
awsSecretAccessKey: <AWS_SECRET_ACCESS_KEY>
# Akamas customer name. Must match the value in the license (required)
akamasCustomer: <CUSTOMER_NAME>
# Akamas administrator password. If not set a random password will be generated
akamasAdminPassword: <ADMIN_PASSWORD>curl -so akamas.yaml http://helm.akamas.io/templates/1.0.1/akamas.yaml.templateStart the installation
Check the installation
Last updated
Was this helpful?