-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from fluxcd/update-components
Update Flux to v0.21.1
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,8 @@ const ( | |
url = "ftp://[email protected]" | ||
} | ||
` | ||
testAccDataSyncBasicExpectedContent = `--- | ||
testAccDataSyncBasicExpectedContent = `# This manifest was generated by flux bootstrap. DO NOT EDIT. | ||
--- | ||
apiVersion: source.toolkit.fluxcd.io/v1beta1 | ||
kind: GitRepository | ||
metadata: | ||
|
@@ -152,7 +153,8 @@ spec: | |
kind: GitRepository | ||
name: flux-system | ||
` | ||
testAccDataSyncIntervalExpectedContent = `--- | ||
testAccDataSyncIntervalExpectedContent = `# This manifest was generated by flux bootstrap. DO NOT EDIT. | ||
--- | ||
apiVersion: source.toolkit.fluxcd.io/v1beta1 | ||
kind: GitRepository | ||
metadata: | ||
|
@@ -192,7 +194,8 @@ func testAccDataSyncWithArg(attr string, value string) string { | |
} | ||
|
||
func testAccDataSyncContentWithGitRefArg(attr, value string) string { | ||
return fmt.Sprintf(`--- | ||
return fmt.Sprintf(`# This manifest was generated by flux bootstrap. DO NOT EDIT. | ||
--- | ||
apiVersion: source.toolkit.fluxcd.io/v1beta1 | ||
kind: GitRepository | ||
metadata: | ||
|