Skip to content

Commit

Permalink
fix: dremio naming
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Jan 14, 2025
1 parent 1f72356 commit 5d49233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: dagster
namespace: dagster
name: dremio
namespace: dremio
spec:
interval: 24h
url: https://reinthal.github.io/dremio
Expand Down
4 changes: 2 additions & 2 deletions apps/base/dremio/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: dreamio
namespace: dremio
resources:
- dreamio.yaml
- dremio.yaml
# frontend
- ingress.yaml

0 comments on commit 5d49233

Please sign in to comment.