Skip to content

Commit

Permalink
modify verify step in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Dec 18, 2022
1 parent cd59ca7 commit 19b909c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/integrations/platforms/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This resource is available after installing the Infisical operator. In order to
Once the secret is created, add the name and namespace of the secret under `tokenSecretReference` field in the InfisicalSecret custom resource.

{' '}

<Info>
No matter what the name of the secret is or its namespace, it must contain a
key named `infisicalToken` with a valid Infisical Token as the value
Expand Down Expand Up @@ -98,8 +99,8 @@ spec:
## Verify
After creating an `InfisicalSecret` custom resource, you can reference the managed secret specified in the `managedSecretReference` field in your deployment just like any other Kubernetes secret.
To confirm that the operator has created the managed secret specified in managedSecretReference, you can list the secrets in the namespace you specified.
To use the InfisicalSecret custom resource in your deployment, you can simply reference the managed secret specified in the `managedSecretReference` field as you would any other Kubernetes secret.
To verify that the operator has successfully created the managed secret, you can check the secrets in the namespace that was specified.

```bash
# Verify managed secret is created
Expand Down

0 comments on commit 19b909c

Please sign in to comment.