mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
12 lines
281 B
YAML
12 lines
281 B
YAML
# Specify the pod-identity via the aadpodidbinding label
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: credentials-sync
|
|
namespace: flux-system
|
|
spec:
|
|
template:
|
|
metadata:
|
|
labels:
|
|
aadpodidbinding: $(AZ_IDENTITY_NAME) # match the AzureIdentity name
|