1# Default values for workload-identity-webhook.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
7 repository: cgr.dev/chainguard-private/azure-workload-identity-webhook
8 pullPolicy: IfNotPresent
9 # Overrides the image tag whose default is the chart appVersion.
10 release: 1.6.3-r2@sha256:01377fd48a2c6548d5f92bd5109fd1098d4d70826a79ebfacf9406cdedcd63e8
13 kubernetes.io/os: linux
23topologySpreadConstraints: []
28azureEnvironment: AzurePublicCloud
32metricsBackend: prometheus
33priorityClassName: system-cluster-critical
34mutatingWebhookAnnotations: {}
37mutatingWebhookNamespaceSelector: {}
38# minAvailable and maxUnavailable are mutually exclusive
42# customTokenEndpoint is used to configure the custom token endpoint for fetching Entra tokens.
46 azureKubernetesCaData: ""
47 azureKubernetesSniName: ""
48 azureKubernetesTokenProxy: ""
49 azureKubernetesCAConfigMapName: ""
50 azureKubernetesCACTBSignerName: ""
51 azureKubernetesCACTBLabelSelector: ""
52# extraEnv adds environment variables to the webhook container.
54# extraVolumes adds volumes to the webhook pod (typically paired with extraVolumeMounts).
56# extraVolumeMounts adds volumeMounts to the webhook container.