Skip to content

the flag must be --from-literal instead of -from-literal #16377

@vazudew

Description

@vazudew

Problem description

Affected product version(s)

Suggestions for a fix

Actual :

kubectl create secret generic pulumi-access-token -from-literal=PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} \
    --namespace external-secrets

Expected :

kubectl create secret generic pulumi-access-token --from-literal=PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} \
    --namespace external-secrets

Metadata

Metadata

Assignees

Labels

kind/taskWork that's part of an ongoing epicneeds-triageNeeds attention from the triage teamresolution/fixedThis issue was fixed

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions