-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathagw-helm-config.yaml
41 lines (36 loc) · 1.35 KB
/
agw-helm-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file contains the essential configs for the ingress controller helm chart
################################################################################
# Specify which application gateway the ingress controller will manage
#
appgw:
subscriptionId: dummy
resourceGroup: secdemo-rg
name: secdemoag
################################################################################
# Specify which kubernetes namespace the ingress controller will watch
# Default value is "default"
#
# kubernetes:
# watchNamespace: <namespace>
################################################################################
# Specify the authentication with Azure Resource Manager
#
# Two authentication methods are available:
# - Option 1: AAD-Pod-Identity (https://github.com/Azure/aad-pod-identity)
# - Option 2: ServicePrincipal as a kubernetes secret
# armAuth:
# type: servicePrincipal
# secretName: secdemoag
# secretKey: ServicePrincipal.json
armAuth:
type: aadPodIdentity
identityResourceID: dummy
identityClientID: dummy
################################################################################
# Specify if the cluster is RBAC enabled or not
rbac:
enabled: true
################################################################################
# Specify aks cluster related information
aksClusterConfiguration:
apiServerAddress: dummy