Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hydrator.metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"commands": null,
"repoURL": "https://github.com/agaudreault/gitops-tests",
"drySha": "ca2ff0b38fae3dd02444d3615651129f1e394aba"
}
13 changes: 13 additions & 0 deletions prod-east/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Manifest Hydration

To hydrate the manifests in this repository, run the following commands:

```shell

git clone https://github.com/agaudreault/gitops-tests
# cd into the cloned directory
git checkout ca2ff0b38fae3dd02444d3615651129f1e394aba
helm dependency build
helm template . --name-template simple-app-east --namespace production-2 --values /tmp/_argocd-repo/dbb92269-9c18-47ad-b229-ae14b41dd16e/services/simple-application/values.yaml --values /tmp/_argocd-repo/dbb92269-9c18-47ad-b229-ae14b41dd16e/services/simple-application/prod/values.yaml --include-crds
```
8 changes: 8 additions & 0 deletions prod-east/hydrator.metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"commands": [
"helm dependency build",
"helm template . --name-template simple-app-east --namespace production-2 --values /tmp/_argocd-repo/dbb92269-9c18-47ad-b229-ae14b41dd16e/services/simple-application/values.yaml --values /tmp/_argocd-repo/dbb92269-9c18-47ad-b229-ae14b41dd16e/services/simple-application/prod/values.yaml --include-crds"
],
"repoURL": "https://github.com/agaudreault/gitops-tests",
"drySha": "ca2ff0b38fae3dd02444d3615651129f1e394aba"
}
Loading