Skip to content

Commit 06f2b16

Browse files
Merge pull request #215337 from larryclaman/main
Update csi-secrets-store-driver.md
2 parents d8d0019 + 34aa4f7 commit 06f2b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/csi-secrets-store-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ spec:
237237
After you've created the Kubernetes secret, you can reference it by setting an environment variable in your pod, as shown in the following example code:
238238

239239
> [!NOTE]
240-
> The example here demonstrates access to a secret through env variables and through volume/volumeMount. This is for illustrative purposes. These two methods can exist independently from the other.
240+
> The example here demonstrates access to a secret through env variables and through volume/volumeMount. This is for illustrative purposes; a typical application would use one method or the other. However, be aware that in order for a secret to be available through env variables, it first must be mounted by at least one pod.
241241

242242
```yml
243243
kind: Pod

0 commit comments

Comments
 (0)