Skip to content

Commit 811b29e

Browse files
committed
Add StackGres repo
1 parent c9595fd commit 811b29e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $(crossplane_sentinel): kind-setup local-pv-setup load-comp-image
4242

4343
stackgres-setup: export KUBECONFIG = $(KIND_KUBECONFIG)
4444
stackgres-setup: $(crossplane_sentinel) ## Install StackGres
45+
helm repo add stackgres-charts https://stackgres.io/downloads/stackgres-k8s/stackgres/helm/
4546
helm upgrade --install --create-namespace --namespace stackgres stackgres-operator stackgres-charts/stackgres-operator
4647

4748
certmanager-setup: export KUBECONFIG = $(KIND_KUBECONFIG)

0 commit comments

Comments
 (0)