Skip to content

Commit

Permalink
fix(applicationset): autogenerated - remove changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ronittos <[email protected]>
  • Loading branch information
mrmm committed Dec 16, 2022
1 parent 2982041 commit 21bbdcc
Show file tree
Hide file tree
Showing 6 changed files with 600 additions and 647 deletions.
4 changes: 2 additions & 2 deletions applicationset/controllers/applicationset_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ func TestGenerateAppsUsingPullRequestGenerator(t *testing.T) {
Generators: []argov1alpha1.ApplicationSetGenerator{{
PullRequest: &argov1alpha1.PullRequestGenerator{},
}},
Template: cases.template,
Template: &cases.template,
},
},
)
Expand Down Expand Up @@ -2105,7 +2105,7 @@ func TestPolicies(t *testing.T) {
},
},
},
Template: argov1alpha1.ApplicationSetTemplate{
Template: &argov1alpha1.ApplicationSetTemplate{
ApplicationSetTemplateMeta: argov1alpha1.ApplicationSetTemplateMeta{
Name: "{{.name}}",
Namespace: "argocd",
Expand Down
3 changes: 0 additions & 3 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5728,9 +5728,6 @@
"goTemplate": {
"type": "boolean"
},
"stringTemplate": {
"type": "string"
},
"syncPolicy": {
"$ref": "#/definitions/v1alpha1ApplicationSetSyncPolicy"
},
Expand Down
1 change: 0 additions & 1 deletion cmpserver/apiclient/plugin.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 21bbdcc

Please sign in to comment.