UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 53aad677 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch...

Merge branch '584-bug-flux-install-script-was-updated-to-leverage-a-broken-buggy-ironbank-kustomization-controller' into 'master'

Resolve "Bug: Flux Install script was updated to leverage a broken/buggy IronBank Kustomization Controller"

Closes #584

See merge request platform-one/big-bang/bigbang!734
parents 02eed76a 2a5a23f5
No related branches found
No related tags found
1 merge request!734Resolve "Bug: Flux Install script was updated to leverage a broken/buggy IronBank Kustomization Controller"
Pipeline #416020 passed
......@@ -88,7 +88,7 @@ SOPS uses `.sops.yaml` as a configuration file for which keys to use for newly c
1. Deploy your SOPS private key to a secret named `sops-gpg` in the cluster
```bash
gpg --export-secret-keys --armor <new key fingerprint> | kubectl create secret generic sops-gpg -n bigbang --from-file=bigbangkey=/dev/stdin
gpg --export-secret-keys --armor <new key fingerprint> | kubectl create secret generic sops-gpg -n bigbang --from-file=bigbangkey.asc=/dev/stdin
```
### AWS KMS
......
......@@ -6,7 +6,7 @@
file=$(realpath `dirname "$0"`)/bigbang-dev.asc
ns=bigbang
secret=sops-gpg
key=bigbangkey
key=bigbangkey.asc
# Check tools
check_tool() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment