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 6c2685d commit afff8c9Copy full SHA for afff8c9
1 file changed
Makefile
@@ -76,3 +76,9 @@ run-dev: check-nix check-kubernetes
76
77
stop-dev: check-nix check-kubernetes
78
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- down
79
+
80
+helm-install:
81
+ helm install \
82
+ --values deploy/helm/airflow-operator/values.yaml \
83
+ --values deploy/helm/airflow-operator/values/$(OCI_REGISTRY_HOSTNAME).yaml \
84
+ airflow-operator deploy/helm/airflow-operator
0 commit comments