azure-ddns: migrate to envFrom with a per-container InfisicalSecret

Also moves the manifests into a component directory, matching the other migrated apps.
This commit is contained in:
2026-08-23 22:42:09 +02:00
parent c408522988
commit 0329546d87
4 changed files with 36 additions and 73 deletions
@@ -0,0 +1,25 @@
apiVersion: secrets.infisical.com/v1alpha1
kind: InfisicalSecret
metadata:
name: azure-ddns-app-secrets
namespace: infisical
spec:
hostAPI: https://infisical.jsme.be
resyncInterval: 30
authentication:
kubernetesAuth:
identityId: "5458def7-7c63-40d2-95da-41c614d0933a"
serviceAccountRef:
name: infisical-auth
namespace: infisical
autoCreateServiceAccountToken: true
secretsScope:
projectSlug: "kubernetes"
envSlug: "prod"
secretsPath: "/azure-ddns/azure-ddns"
# Non-recursive: keys are already named as the container expects.
recursive: false
managedSecretReference:
secretName: azure-ddns-app-secrets
secretNamespace: azure-ddns
secretType: Opaque