Skip to content

Commit 9490f31

Browse files
committed
fix(template): Interpolate operator name
1 parent c3b1814 commit 9490f31

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

template/Makefile.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ stop-dev: check-nix check-kubernetes
7979

8080
helm-install:
8181
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
82+
--values deploy/helm/${OPERATOR_NAME}/values.yaml \
83+
--values deploy/helm/${OPERATOR_NAME}/values/$(OCI_REGISTRY_HOSTNAME).yaml \
84+
${OPERATOR_NAME} deploy/helm/${OPERATOR_NAME}

template/deploy/helm/[[operator]]/values/oci.stackable.tech.yaml renamed to template/deploy/helm/[[operator]]/values/oci.stackable.tech.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Values overlay for chart packages published to oci.stackable.tech.
33
image:
44
registry: oci.stackable.tech
5-
repository: sdp/airflow-operator
5+
repository: sdp/{[ operator.name }]

0 commit comments

Comments
 (0)