24 lines
620 B
YAML
24 lines
620 B
YAML
apiVersion: secrets.infisical.com/v1alpha1
|
|
kind: InfisicalSecret
|
|
metadata:
|
|
name: netbootxyz-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
|
|
secretsScope:
|
|
projectSlug: "kubernetes"
|
|
envSlug: "prod"
|
|
secretsPath: "/netbootxyz"
|
|
recursive: true
|
|
managedSecretReference:
|
|
secretName: netbootxyz-secrets
|
|
secretNamespace: netbootxyz
|
|
secretType: Opaque
|