Skip to content

Commit afff8c9

Browse files
committed
chore(helm): Add helm-install command to Makefile
1 parent 6c2685d commit afff8c9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@ run-dev: check-nix check-kubernetes
7676

7777
stop-dev: check-nix check-kubernetes
7878
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

Comments
 (0)