Reset git history for making manifests public

This commit is contained in:
2026-06-01 10:21:23 +02:00
commit de77d778fb
403 changed files with 41929 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