Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/akeyless-k8s-secrets-injection/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ env:
# the gw base64 certificate file e.g: 'cat my-gw.crt | base64'
# AKEYLESS_GW_CERTIFICATE:

# For Azure
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For comments in values.yaml, please also get approval from Eldad

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EldadH89 WDYT?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kgal-akl why do we need to add this inside the chart? isn't this should be supported using SA with the relevant annotations? https://learn.microsoft.com/en-us/azure/aks/workload-identity-deploy-cluster?tabs=new-cluster

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# AZURE_CLIENT_ID=
# AZURE_TENANT_ID=
# AZURE_FEDERATED_TOKEN_FILE=
# AZURE_AUTHORITY_HOST=

AKEYLESS_AGENT_LIMITS_CPU: "500m"
AKEYLESS_AGENT_REQUESTS_CPU: "250m"
Expand Down
Loading