Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
b6bc8ea0
Commit
b6bc8ea0
authored
Nov 13, 2020
by
Daniel Scholl
Browse files
Update README.md
parent
e86bfbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
charts/README.md
View file @
b6bc8ea0
...
@@ -139,16 +139,6 @@ helm template osdu-flux ${INFRA_SRC}/charts/osdu-istio-auth -f ${INFRA_SRC}/char
...
@@ -139,16 +139,6 @@ helm template osdu-flux ${INFRA_SRC}/charts/osdu-istio-auth -f ${INFRA_SRC}/char
&&
git commit
-m
"Initialize Istio Auth Chart"
\
&&
git commit
-m
"Initialize Istio Auth Chart"
\
&&
git push origin
$UNIQUE
)
&&
git push origin
$UNIQUE
)
# Extract manifests from the airflow charts.
helm template airflow
${
INFRA_SRC
}
/charts/airflow
-f
${
INFRA_SRC
}
/charts/config.yaml |
${
INFRA_SRC
}
/charts/airflow/add-namespace.py
>
${
FLUX_SRC
}
/providers/azure/hld-registry/airflow.yaml
# Commit and Checkin to Deploy
(
cd
$FLUX_SRC
\
&&
git switch
$UNIQUE
\
&&
git add
${
FLUX_SRC
}
/providers/azure/hld-registry/airflow.yaml
\
&&
git commit
-m
"Initialize Airflow Chart"
\
&&
git push origin
$UNIQUE
)
# Extract manifests from each service chart.
# Extract manifests from each service chart.
for
SERVICE
in
partition entitlements-azure legal storage indexer-queue indexer-service search-service
;
for
SERVICE
in
partition entitlements-azure legal storage indexer-queue indexer-service search-service
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment