We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9595fd commit 811b29eCopy full SHA for 811b29e
Makefile
@@ -42,6 +42,7 @@ $(crossplane_sentinel): kind-setup local-pv-setup load-comp-image
42
43
stackgres-setup: export KUBECONFIG = $(KIND_KUBECONFIG)
44
stackgres-setup: $(crossplane_sentinel) ## Install StackGres
45
+ helm repo add stackgres-charts https://stackgres.io/downloads/stackgres-k8s/stackgres/helm/
46
helm upgrade --install --create-namespace --namespace stackgres stackgres-operator stackgres-charts/stackgres-operator
47
48
certmanager-setup: export KUBECONFIG = $(KIND_KUBECONFIG)
0 commit comments