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
@@ -1,24 +0,0 @@
apiVersion: secrets.infisical.com/v1alpha1
kind: InfisicalSecret
metadata:
name: azure-ddns-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"
recursive: true
managedSecretReference:
secretName: azure-ddns-secrets
secretNamespace: azure-ddns
secretType: Opaque