Skip to content

Commit 9dd59b2

Browse files
vazudewstooj
andauthored
fixed the flag with additional - (#16378)
Co-authored-by: Stoo Johnston <[email protected]>
1 parent e90796f commit 9dd59b2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorials/esc-external-secret-operator

1 file changed

+1
-1
lines changed

content/tutorials/esc-external-secret-operator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ helm upgrade --install external-secrets external-secrets/external-secrets \
5151
#### Create secret containing Pulumi access token
5252

5353
```bash
54-
kubectl create secret generic pulumi-access-token -from-literal=PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} \
54+
kubectl create secret generic pulumi-access-token --from-literal=PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} \
5555
--namespace external-secrets
5656
```
5757

0 commit comments

Comments
 (0)