-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Cluster config with a path (#2342)
* Support Cluster config with path to docker config Fix #2330 Signed-off-by: David Gageot <david@gageot.net> * Test skaffold.yaml files for regressions Add a test for #2330 Signed-off-by: David Gageot <david@gageot.net>
- Loading branch information
Showing
4 changed files
with
72 additions
and
31 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
integration/testdata/regressions/docker-config-path/skaffold.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Test for #2330 | ||
apiVersion: skaffold/v1beta11 | ||
kind: Config | ||
build: | ||
artifacts: | ||
- image: image | ||
kaniko: {} | ||
cluster: | ||
dockerConfig: | ||
path: C:\Users\prashant\.docker\config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters