Skip to content

Commit

Permalink
fix env varibale name in deployments (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
noMoreCLI authored Jan 7, 2025
1 parent 4dee53e commit 534c297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: loader-container
{%- if type == 'curl' %}
image: {{ imageNamePrefix|default('ghcr.io/cisco-open/') }}app-simulator-loaders-{{ type }}:{{ imageVersion|default('latest') }}
image: {{ imageNamePrefix|default('ghcr.io/cisco-open/') }}app-simulator-loaders-{{ type }}:{{ imageVersion|default('latest') }}
env:
- name: URLS
value: {{ urls }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: serviceName
- name: SERVICE_NAME
valueFrom:
fieldRef:
apiVersion: v1
Expand Down

0 comments on commit 534c297

Please sign in to comment.