File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
terraform/scripts/backstage Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export POSTGRES_PASSWORD=${1}
77export BACKSTAGE_DOMAIN_NAME=${2}
88export KEYCLOAK_DOMAIN_NAME=${3}
99export ARGO_WORKFLOWS_DOMAIN_NAME=${4}
10- export GITHUB_APP_YAML =$( cat ${REPO_ROOT} /private/github-integration.yaml | base64)
10+ export GITHUB_APP_YAML_INDENTED =$( cat ${REPO_ROOT} /private/github-integration.yaml | base64 | sed ' s/^/ / ' )
1111
1212kubectl wait --for=jsonpath=.status.health.status=Healthy -n argocd application/keycloak
1313kubectl wait --for=condition=ready pod -l app=keycloak -n keycloak --timeout=30s
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ metadata:
44 name : integrations
55 namespace : backstage
66data :
7- github-integration.yaml : ${GITHUB_APP_YAML}
7+ github-integration.yaml : |
8+ ${GITHUB_APP_YAML_INDENTED}
You can’t perform that action at this time.
0 commit comments