-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Description
Most likely this is some bad syntax on my side, but here goes...
Describe the bug
In my Helm values, I supply -
armAuth:
type: servicePrincipal
# Generate this value with:
# az ad sp create-for-rbac --subscription <subscription-uuid> --sdk-auth | base64 -w0
# secretJSON: ''
# name of existing Secret containing armAuth.json
# if set, no secret is being created by the chart
existingSecret: azure-config-file
However this results in an error:
armAuth.secretJSON is required when using servicePrincipal
To Reproduce
Steps to reproduce the behavior:
- Create an Azure Service Principal
- Store credentials in K8s secret
- Reference the secret from Helm values as shown above
Ingress Controller details
-
Output of controller pod logs -
container "ingress-azure" in pod "ingress-azure-5bfd9d6c99-gslp2" is waiting to start: ContainerCreating -
Helm chart:
oci://mcr.microsoft.com/azure-application-gateway/charts/ingress-azure -
Chart version:
1.7.4 -
Container image:
mcr.microsoft.com/azure-application-gateway/kubernetes-ingress:1.9.2
Metadata
Metadata
Assignees
Labels
No labels