Skip to content

Commit

Permalink
all the commits need to be signed, adding the microservices-demo config
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Di Turi <anto.dituri@gmail.com>
  • Loading branch information
AntonioDiTuri committed Jan 26, 2024
1 parent 4479bc1 commit bb4fc19
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 8,029 deletions.
27 changes: 27 additions & 0 deletions clusters/projects/falco/microservices-demo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: onlineboutique
namespace: falco
spec:
interval: 24h
type: oci
url: oci://us-docker.pkg.dev/online-boutique-ci/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: online-boutique
namespace: flux-system
spec:
interval: 24h
chart:
spec:
chart: online-boutique
sourceRef:
kind: HelmRepository
name: onlineboutique
releaseName: onlineboutique
targetNamespace: default

Loading

0 comments on commit bb4fc19

Please sign in to comment.