edcenter-installation/aks/serviceAccount.yaml
2024-10-01 20:18:29 +02:00

7 lines
187 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
azure.workload.identity/client-id: ${USER_ASSIGNED_CLIENT_ID}
name: ${AKS_SERVICE_ACCOUNT}
namespace: ${AKS_NAMESPACE}