We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dee53e commit 534c297Copy full SHA for 534c297
scripts/generators/k8s/templates/loaders/deployment.yaml.j2
@@ -26,7 +26,7 @@ spec:
26
containers:
27
- name: loader-container
28
{%- if type == 'curl' %}
29
- 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') }}
30
env:
31
- name: URLS
32
value: {{ urls }}
scripts/generators/k8s/templates/services/deployment.yaml.j2
@@ -38,7 +38,7 @@ spec:
38
fieldRef:
39
apiVersion: v1
40
fieldPath: metadata.namespace
41
- - name: serviceName
+ - name: SERVICE_NAME
42
valueFrom:
43
44
0 commit comments