Skip to content

Commit

Permalink
correct host api for k8
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 17, 2023
1 parent f20af1f commit 9f82e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/platforms/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ metadata:
# Name of of this InfisicalSecret resource
name: infisicalsecret-sample
spec:
# The host that should be used to pull secrets from. The default value is https://infisical.com/api.
hostAPI: https://infisical.com/api
# The host that should be used to pull secrets from. The default value is https://app.infisical.com/api.
hostAPI: https://app.infisical.com/api

# The Kubernetes secret the stores the Infisical token
tokenSecretReference:
Expand Down

0 comments on commit 9f82e2d

Please sign in to comment.