Reset git history for making manifests public
This commit is contained in:
30
infisical/template-infisical-secret.yaml
Normal file
30
infisical/template-infisical-secret.yaml
Normal 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
|
||||
Reference in New Issue
Block a user