Skip to content

Commit

Permalink
cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenya committed Aug 17, 2020
1 parent a853ece commit fb88725
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/docs/2.0/scalers/azure-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ triggers:
metricFilter: namespace eq 'default'
metricAggregationInterval: "0:1:0"
targetValue: "1"
activeDirectoryClientId: CLIENT_ID_ENV_NAME # Optional if podIdentity is defined
activeDirectoryClientPassword: CLIENT_PASSWORD_ENV_NAME # Optional if podIdentity is defined
activeDirectoryClientId: CLIENT_ID_ENV_NAME # Optional, can use TriggerAuthentication as well
activeDirectoryClientPassword: CLIENT_PASSWORD_ENV_NAME # Optional, can use TriggerAuthentication as well
```
**Parameter list:**
Expand All @@ -43,8 +43,7 @@ triggers:

### Authentication Parameters

You can use `TriggerAuthentication` CRD to configure the authentication by providing a set of Azure Active Directory credentials
or by using pod identity.
You can use `TriggerAuthentication` CRD to configure the authentication by providing a set of Azure Active Directory credentials or by using pod identity.

**Credential based authentication:**

Expand Down Expand Up @@ -78,7 +77,7 @@ spec:
key: activeDirectoryClientPassword
# or Pod Identity, kind: Secret is not required in case of pod Identity
podIdentity:
provider: azure
provider: azure
---
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
Expand Down

0 comments on commit fb88725

Please sign in to comment.