pulumi / pulumi-kubernetesx

Kubernetes for Everyone
Apache License 2.0
135 stars 16 forks source link

ImagePullSecret should allow object input #57

Open lblackstone opened 4 years ago

lblackstone commented 4 years ago

Rather than this:

imagePullSecrets: [{ name: imagePullSecret.metadata.name }],

allow

imagePullSecrets: [imagePullSecret],