Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Dec 20, 2021
1 parent b33babc commit 6778321
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/k8s/platformapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,14 @@ spec:
value: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZGVudGl0eSI6ImNvbXB1dGUifQ.IJDlKCfbiuNGZH9Sh6p-CdUL5KxEK5JStqzfDk4-RAA
- name: NP_AUTH_URL
value: http://platformauthapi:8080
- name: NP_AUTH_PUBLIC_URL
value: http://platformauthapi:8080
- name: NP_AUTH_TOKEN
value: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZGVudGl0eSI6ImNvbXB1dGUifQ.IJDlKCfbiuNGZH9Sh6p-CdUL5KxEK5JStqzfDk4-RAA
- name: NP_ADMIN_URL
value: http://platformadmin:8080/apis/admin/v1
- name: NP_ADMIN_PUBLIC_URL
value: http://platformadmin:8080/apis/admin/v1
- name: NP_API_URL
value: http://platformapi/api/v1
- name: NP_PLATFORM_CONFIG_URI
Expand Down Expand Up @@ -155,8 +159,6 @@ spec:
value: http://platformconfig:8080/api/v1
- name: NP_PLATFORM_ADMIN_URI
value: http://platformadmin:8080/apis/admin/v1
- name: NP_AUTH_PUBLIC_URL
value: http://platformauthapi:8080
- name: NP_AUTH_TOKEN
value: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZGVudGl0eSI6ImNvbXB1dGUifQ.IJDlKCfbiuNGZH9Sh6p-CdUL5KxEK5JStqzfDk4-RAA
- name: NP_CLUSTER_NAME
Expand Down

0 comments on commit 6778321

Please sign in to comment.