Skip to content

Commit 38698aa

Browse files
authored
User API does not use Amun (#913)
1 parent a35e4f7 commit 38698aa

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

user-api/base/configmap.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ metadata:
55
name: user-api
66
data:
77
api-https: "1"
8-
amun-api-url: "http://amun-api-thoth-test-core.cloud.paas.psi.redhat.com/api/v1"

user-api/base/deploymentconfig.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ spec:
9191
secretKeyRef:
9292
name: ceph
9393
key: secret-key
94-
- name: AMUN_API_URL
95-
valueFrom:
96-
configMapKeyRef:
97-
key: amun-api-url
98-
name: user-api
9994
- name: RSYSLOG_HOST
10095
valueFrom:
10196
configMapKeyRef:

0 commit comments

Comments
 (0)