Skip to content

Commit 8d82aaa

Browse files
committed
Fixed orbstack env
1 parent 6bffc1c commit 8d82aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workshop/ansible/orbstack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@
5555
stringData:
5656
app: {{ instance }}-store
5757
deployment: "deployment.environment={{ instance }}"
58-
env: {{ instance }}
58+
env: {{ instance }}-workshop
5959
realm: {{ realm }}
6060
access_token: {{ ingest_token }}
6161
rum_token: {{ rum_token }}
6262
hec_token: {{ hec_token }}
6363
hec_url: {{ hec_url }}
64+
url: frontend
6465
become: true
6566
when: not wh_result.stat.exists
6667

0 commit comments

Comments
 (0)