forked from GoogleContainerTools/skaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: keep the original template if template expansion fails (GoogleCo…
…ntainerTools#9503) * fix: keep the original template if template expansion fails * fix: keep the original template if template expansion fails
- Loading branch information
1 parent
d3902b1
commit 01bf561
Showing
4 changed files
with
91 additions
and
18 deletions.
There are no files selected for viewing
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
19 changes: 19 additions & 0 deletions
19
integration/testdata/diagnose/not-all-envs-set/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,19 @@ | ||
apiVersion: skaffold/v2beta26 | ||
kind: Config | ||
metadata: | ||
name: cio-cloud-project-mgmt-api | ||
build: | ||
artifacts: | ||
- image: test-image | ||
deploy: | ||
helm: | ||
releases: | ||
- name: test-release | ||
artifactOverrides: | ||
image: test-image | ||
valuesFiles: | ||
- '{{.AAA}}/test-values.yaml' | ||
remoteChart: "oci://test-chart" | ||
version: 1.21.2 | ||
imageStrategy: | ||
helm: {} |
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