Azure Workload Identity
Configure Azure Workload Identity for Spice.ai on AKS.
Configuration
Helm Chart
serviceAccount:
create: true
annotations:
azure.workload.identity/client-id: <AZURE_CLIENT_ID>SpicepodSet (Kubernetes Operator)
apiVersion: spice.ai/v1
kind: SpicepodSet
metadata:
name: my-spicepod
spec:
replicas: 1
service_account:
enabled: true
create: true
annotations:
azure.workload.identity/client-id: <AZURE_CLIENT_ID>
spicepod: |
name: my-spicepod
kind: Spicepod
version: v1Prerequisites
Last updated
Was this helpful?