-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Addon]: add fluxcd kustomize healthcheck ,customStatus.
and flow details. [Addon]: add fluxcd kustomize healthcheck ,customStatus. Kustomize flow details. [Addon]: add fluxcd kustomize healthcheck
- Loading branch information
卢永杰
committed
Apr 28, 2023
1 parent
e011c70
commit 6002528
Showing
3 changed files
with
77 additions
and
2 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
19 changes: 19 additions & 0 deletions
19
test/e2e-test/addon-test/definition-test/testdata/fluxcd/kustomize-component.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: core.oam.dev/v1beta1 | ||
kind: Application | ||
metadata: | ||
name: demo-kust-fluxcd-new | ||
namespace: default | ||
spec: | ||
components: | ||
- name: demo-kust-fluxcd-new | ||
properties: | ||
force: false | ||
path: ./exmaple | ||
prune: true | ||
pullInterval: 5m | ||
repoType: git | ||
secretRef: test | ||
suspend: false | ||
targetNamespace: default | ||
url: https://nobody/kubevela/demo.git | ||
type: kustomize |