Reset git history for making manifests public

This commit is contained in:
2026-05-31 22:25:38 +02:00
commit 3dbb863df7
411 changed files with 42163 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# Copy this file and replace:
# - SERVICE_NAME: the service/folder name
# - SERVICE_NAMESPACE: the namespace where the secret should be created
#
# Example: for a service called "my-app" in namespace "my-app":
# - SERVICE_NAME → my-app
# - SERVICE_NAMESPACE → my-app
#
# apiVersion: secrets.infisical.com/v1alpha1
# kind: InfisicalSecret
# metadata:
# name: SERVICE_NAME-secrets
# namespace: infisical
# spec:
# hostAPI: https://infisical.jsme.be
# resyncInterval: 60
# authentication:
# universalAuth:
# secretsScope:
# projectSlug: "kubernetes"
# envSlug: "prod"
# secretsPath: "/SERVICE_NAME"
# recursive: true
# credentialsRef:
# secretName: infisical-universal-auth
# secretNamespace: infisical
# managedSecretReference:
# secretName: SERVICE_NAME-secrets
# secretNamespace: SERVICE_NAMESPACE
# secretType: Opaque