Migrate to using EnvFrom with the use of Infisical Secret sync for env vars

This commit is contained in:
2026-08-23 18:23:56 +02:00
parent 19bab56874
commit 7956c6b1b9
9 changed files with 39 additions and 45 deletions
@@ -1,24 +0,0 @@
apiVersion: secrets.infisical.com/v1alpha1
kind: InfisicalSecret
metadata:
name: uptime-kuma-secrets
namespace: infisical
spec:
hostAPI: https://infisical.jsme.be
resyncInterval: 30
authentication:
kubernetesAuth:
identityId: "9f65814e-bf4c-42fc-b382-26be15b11416"
serviceAccountRef:
name: infisical-auth
namespace: infisical
autoCreateServiceAccountToken: true
secretsScope:
projectSlug: "kubernetes"
envSlug: "prod"
secretsPath: "/uptime-kuma"
recursive: true
managedSecretReference:
secretName: uptime-kuma-secrets
secretNamespace: uptime-kuma
secretType: Opaque