UNCLASSIFIED

Commits (3)
creation_rules:
- encrypted_regex: '^(data|stringData)$'
# Base is shared, you can add keys from each environment that uses base here
pgp: 1C87FB3201A2365602EB132D3C9F3631364114D4
pgp: 1A76BBDCF1F15B7870B07BBE21768F3FD9143C93
# ,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/.*
......
......@@ -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
```
......