-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all the commits need to be signed, adding the microservices-demo config
Signed-off-by: Antonio Di Turi <anto.dituri@gmail.com>
- Loading branch information
1 parent
4479bc1
commit bb4fc19
Showing
3 changed files
with
48 additions
and
8,029 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
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 | ||
|
Oops, something went wrong.