Skip to content

Commit

Permalink
Returns the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Apr 30, 2024
1 parent 6c1a63a commit d345134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/supabase/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: uds.dev/v1alpha1
kind: Package
metadata:
name: {{ .Values.leapfrogai.package.name }}
namespace: {{ .Release.Namespace }}
spec:
network:
expose:
Expand Down
5 changes: 5 additions & 0 deletions packages/supabase/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ components:
- docker.io/bitnami/supabase-storage:0.48.4-debian-12-r0
- docker.io/bitnami/supabase-studio:0.24.3-debian-12-r0
- docker.io/bitnami/kong:3.6.1-debian-12-r13
manifests:
- name: uds-manifests
namespace: leapfrogai
files:
- "uds-package.yaml"
- name: supabase-post-process
description: "Perform necessary post processing here"
required: true
Expand Down

0 comments on commit d345134

Please sign in to comment.