Skip to content

Commit 63a7c33

Browse files
author
Alan Christie
committed
build: Adds parameters-local
1 parent 88a6396 commit 63a7c33

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

parameters-local.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
3+
# A set of parameters for local deployment (Rancher Desktop and the like).
4+
# This can also be tuned with some extra material via the following
5+
# environment variables: -
6+
#
7+
# - IM_DEV_JUPO_IMAGE_TAG
8+
9+
jo_kubeconfig: "{{ lookup('env', 'KUBECONFIG') }}"
10+
11+
jo_image_tag: "{{ lookup('env', 'IM_DEV_JUPO_IMAGE_TAG') | default('23.0.0', True) }}"
12+
jo_ingress_domain: squonk2
13+
jo_dmapi_namespace: im-data-manager

0 commit comments

Comments
 (0)