Skip to content

Commit

Permalink
Merge pull request #121 from rackerlabs/re-impl_sealed_secrets
Browse files Browse the repository at this point in the history
feat: re-implementing sealedsecrets into our bootstrap process
  • Loading branch information
cardoe authored Jun 18, 2024
2 parents 57d2291 + 83314b4 commit 5cd7ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- cert-manager/issuer-kube-system-self-signed.yaml
- ingress-nginx/
- sealed-secrets/
- argocd/
4 changes: 1 addition & 3 deletions docs/gitops-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ If you do not have ArgoCD deployed then you can use the following:

```bash
cd ${UC_DEPLOY}
kubectl kustomize --enable-helm \
https://github.com/rackerlabs/understack/bootstrap/argocd/ \
| kubectl apply -f -
kubectl kustomize --enable-helm https://github.com/rackerlabs/understack/bootstrap/ | kubectl apply -f -
```

Now configure ArgoCD to be able to authenticate against Dex IdP.
Expand Down

0 comments on commit 5cd7ae0

Please sign in to comment.