Skip to content

Commit

Permalink
Merge pull request #153 from openinfradev/ktkfree-patch-1
Browse files Browse the repository at this point in the history
Update tks-primary-cluster.yaml
  • Loading branch information
ktkfree authored Apr 6, 2023
2 parents 44d1a31 + 688e73e commit af071dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy_apps/tks-primary-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ spec:
import sys
import requests
import json
import os
TKS_API_URL = "{{workflow.parameters.tks_info_host}}"
ORGANIZATION_ID = "{{workflow.parameters.organization_id}}"
Expand Down Expand Up @@ -450,6 +451,7 @@ spec:
import sys
import requests
import json
import os
TKS_API_URL = "{{workflow.parameters.tks_info_host}}"
ORGANIZATION_ID = "{{workflow.parameters.organization_id}}"
Expand Down

0 comments on commit af071dd

Please sign in to comment.