UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Mark Sanchez
template
Compare Revisions
8b11b1b20f70a6e631c9446ec24f37833952ff27...9810a375628f92967393bdc555e1f683e0667a15
Commits (3)
update url/branch
· 7fc1fa1a
Mark Sanchez
authored
Aug 05, 2021
7fc1fa1a
Merge branch 'template-demo' of
https://repo1.dso.mil/mark.sanchez/template
into template-demo
· 3f6a9244
Mark Sanchez
authored
Aug 05, 2021
3f6a9244
redo key
· 9810a375
Mark Sanchez
authored
Aug 05, 2021
9810a375
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.sops.yaml
.sops.yaml
+1
-1
README.md
README.md
+2
-2
No files found.
.sops.yaml
View file @
9810a375
creation_rules
:
-
encrypted_regex
:
'
^(data|stringData)$'
# Base is shared, you can add keys from each environment that uses base here
pgp
:
1
C87FB3201A2365602EB132D3C9F3631364114D4
pgp
:
1
A76BBDCF1F15B7870B07BBE21768F3FD9143C93
# ,ANOTHER_FALSE_KEY_HERE
# You can also isolate each key to specific directories by uncommenting the next 7 lines and adding the appropriate fingerprints
# path_regex: base/.*
...
...
README.md
View file @
9810a375
...
...
@@ -198,10 +198,10 @@ Big Bang follows a [GitOps](https://www.weave.works/blog/what-is-gitops-really)
git clone https://repo1.dso.mil/platform-one/big-bang/bigbang.git
cd bigbang
FLUX_KUSTOMIZATION=base/flux
# Deploy flux
kustomize build "$FLUX_KUSTOMIZATION" | kubectl apply -f -
# Wait for flux to complete
kubectl get deploy -o name -n flux-system | xargs -n1 -t kubectl rollout status -n flux-system
```
...
...