Skip to content

Commit

Permalink
feat: add config option kaniko.imagePullSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges committed Dec 21, 2024
1 parent c1834b6 commit 0cf18ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/skaffold/schema/latest/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,9 @@ type KanikoArtifact struct {
// Defaults to the latest released version of `gcr.io/kaniko-project/executor`.
Image string `yaml:"image,omitempty"`

// ImagePullSecret is the name of the Kubernetes secret for pulling kaniko image and kaniko init image from a private registry
ImagePullSecret string `yaml:"imagePullSecret,omitempty"`

// Destination is additional tags to push.
Destination []string `yaml:"destination,omitempty"`

Expand Down

0 comments on commit 0cf18ce

Please sign in to comment.