Skip to content

Commit

Permalink
deploy(kro) deploy kro to the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Jan 31, 2025
1 parent db912db commit f4ee6c7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions system/kro/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kro
resources:
- namespace.yaml
- source.yaml
- release.yaml
7 changes: 7 additions & 0 deletions system/kro/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: kro
annotations:
elifesciences.org/default-project: ${cluster_name}
Empty file added system/kro/release.yaml
Empty file.
10 changes: 10 additions & 0 deletions system/kro/source.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: kro
namespace: kro
spec:
interval: 5m
type: oci
url: oci://ghcr.io/kro-run/kro
1 change: 1 addition & 0 deletions tests/resources_to_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
2m helmrelease ready infra oauth2-proxy
2m helmrelease ready infra cert-manager
2m helmrelease ready db-operator-system opensearch-operator
2m helmrelease ready kro kro

2m kustomizations.kustomize.toolkit.fluxcd.io ready monitoring monitoring-flux

Expand Down

0 comments on commit f4ee6c7

Please sign in to comment.