mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 00:21:46 +00:00
To use JWT to communicate with Azure eventhub we need to renew the JWT credentials from time to time. This example yaml helps out with that * Supports both deployment and cronjob based renewal * static service principal * aad-pod-identity in azure Signed-off-by: Edvin Norling <edvin.norling@xenit.se>
16 lines
423 B
YAML
16 lines
423 B
YAML
# This is a stub resource patched by config-patches.yaml, so that all config is visible in one file
|
|
---
|
|
apiVersion: aadpodidentity.k8s.io/v1
|
|
kind: AzureIdentity
|
|
metadata:
|
|
name: lab # if this is changed, also change in config-patches.yaml
|
|
namespace: flux-system
|
|
---
|
|
apiVersion: aadpodidentity.k8s.io/v1
|
|
kind: AzureIdentityBinding
|
|
metadata:
|
|
name: lab
|
|
namespace: flux-system
|
|
spec:
|
|
azureIdentity: lab
|
|
selector: lab
|