Skip to content

Commit

Permalink
Temporarily remove microservice demo from Falco namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nikimanoledaki committed Feb 16, 2024
1 parent b11a2e7 commit 56ff4ec
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions clusters/projects/falco/microservices-demo.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: online-boutique
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: falco
spec:
interval: 24h
chart:
spec:
chart: online-boutique
sourceRef:
kind: HelmRepository
name: online-boutique
releaseName: online-boutique

# ---
# apiVersion: source.toolkit.fluxcd.io/v1beta2
# kind: HelmRepository
# metadata:
# name: online-boutique
# 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: falco
# spec:
# interval: 24h
# chart:
# spec:
# chart: online-boutique
# sourceRef:
# kind: HelmRepository
# name: online-boutique
# releaseName: online-boutique

0 comments on commit 56ff4ec

Please sign in to comment.