Created
January 3, 2024 14:24
-
-
Save arunreddy/0cbc957f1bcc406eb4afc88ce785ca1e to your computer and use it in GitHub Desktop.
Infisical Manfiest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: secrets.infisical.com/v1alpha1 | |
kind: InfisicalSecret | |
metadata: | |
# Name of of this InfisicalSecret resource | |
name: dolphin-infisicalsecret | |
spec: | |
# The host that should be used to pull secrets from. If left empty, the value specified in Global configuration will be used | |
hostAPI: https://app.infisical.com/api | |
resyncInterval: 60 | |
authentication: | |
serviceToken: | |
serviceTokenSecretReference: | |
secretName: k8s-infisical-dolphin | |
secretNamespace: infisical | |
secretsScope: | |
envSlug: staging | |
secretsPath: "/dolphin" | |
managedSecretReference: | |
secretName: dolphin # <-- the name of kubernetes secret that will be created | |
secretNamespace: protoml-stg # <-- where the kubernetes secret should be created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logs from Secrets Manager pod
kubectl logs secrets-operato-controller-manager-77d9d59f84-gn7s8