mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
32 lines
1018 B
YAML
32 lines
1018 B
YAML
apiVersion: secrets.infisical.com/v1alpha1
|
|
kind: InfisicalSecret
|
|
metadata:
|
|
name: infisicalsecret-sample
|
|
labels:
|
|
label-to-be-passed-to-managed-secret: sample-value
|
|
annotations:
|
|
example.com/annotation-to-be-passed-to-managed-secret: "sample-value"
|
|
spec:
|
|
hostAPI: https://app.infisical.com/api
|
|
resyncInterval: 10
|
|
authentication:
|
|
# Native Kubernetes Auth
|
|
kubernetesAuth:
|
|
identityId: <>
|
|
serviceAccountRef:
|
|
name: infisical-auth
|
|
namespace: default
|
|
|
|
# secretsScope is identical to the secrets scope in the universalAuth field in this sample.
|
|
secretsScope:
|
|
projectSlug: dsf-gpb-t
|
|
envSlug: dev
|
|
secretsPath: "/"
|
|
recursive: true
|
|
|
|
|
|
managedSecretReference:
|
|
secretName: managed-secret-k8s
|
|
secretNamespace: default
|
|
creationPolicy: "Orphan" ## Owner | Orphan
|
|
# secretType: kubernetes.io/dockerconfigjson |