File tree 5 files changed +74
-0
lines changed
5 files changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : kustomize.toolkit.fluxcd.io/v1
3
+ kind : Kustomization
4
+ metadata :
5
+ name : docs-app
6
+ namespace : default
7
+ spec :
8
+ timeout : 1m0s
9
+ retryInterval : 1m30s
10
+ interval : 10m0s
11
+ path : ./spin-app
12
+ prune : true
13
+ wait : true
14
+ sourceRef :
15
+ kind : OCIRepository
16
+ name : flux-docs
17
+ dependsOn :
18
+ - name : docs-infra
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : kustomize.toolkit.fluxcd.io/v1
3
+ kind : Kustomization
4
+ metadata :
5
+ name : docs-infra
6
+ namespace : default
7
+ spec :
8
+ timeout : 1m0s
9
+ retryInterval : 1m30s
10
+ interval : 10m0s
11
+ path : ./spin-infra
12
+ prune : true
13
+ wait : true
14
+ sourceRef :
15
+ kind : OCIRepository
16
+ name : flux-docs
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : source.toolkit.fluxcd.io/v1beta2
3
+ kind : OCIRepository
4
+ metadata :
5
+ name : flux-docs
6
+ namespace : flux-system
7
+ spec :
8
+ interval : 10m0s
9
+ ref :
10
+ tag : latest
11
+ url : oci://ghcr.io/kingdon-ci/flux-docs/manifests
12
+ verify :
13
+ provider : cosign
14
+ matchOIDCIdentity :
15
+ - issuer : " https://token.actions.githubusercontent.com"
16
+ subject : " ^https://github.com/kingdon-ci/flux-docs/.*$"
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : notification.toolkit.fluxcd.io/v1
3
+ kind : Receiver
4
+ metadata :
5
+ name : flux-docs
6
+ namespace : flux-system
7
+ spec :
8
+ resources :
9
+ - apiVersion : source.toolkit.fluxcd.io/v1beta2
10
+ kind : OCIRepository
11
+ name : flux-docs
12
+ secretRef :
13
+ name : flux-docs-webhook
14
+ type : github
15
+ events :
16
+ - " package"
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
+ namespace : default
4
+ resources :
5
+ - flux-docs-oci.yaml
6
+ - flux-docs-receiver.yaml
7
+ - docs-app-ks.yaml
8
+ - docs-infra-ks.yaml
You can’t perform that action at this time.
0 commit comments