Difference between revisions of "Spec.imagePullSecrets"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field | * Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field | ||
PodSpec.spec.template.spec.imagePullSecrets of type v1.LocalObjectReference | PodSpec.spec.template.spec.imagePullSecrets of type v1.LocalObjectReference | ||
+ | |||
+ | Solution: imagePullSecrets: [{ name: yourSecret }] | ||
Latest revision as of 05:40, 18 July 2024
apiVersion: v1 kind: Pod metadata: name: private-reg spec: containers: - name: private-reg-container image: <your-private-image> imagePullSecrets: - name: regcred
Error: INSTALLATION FAILED: 1 error occurred: * Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field PodSpec.spec.template.spec.imagePullSecrets of type v1.LocalObjectReference
Solution: imagePullSecrets: [{ name: yourSecret }]
Related[edit]
See also[edit]
Advertising: