From 83314b4466c77c2ac2270f5e238811663247f902 Mon Sep 17 00:00:00 2001 From: Andrew Harris Date: Tue, 18 Jun 2024 11:26:05 -0400 Subject: [PATCH] feat: re-implementing sealedsecrets into our bootstrap process --- bootstrap/kustomization.yaml | 2 -- docs/gitops-install.md | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bootstrap/kustomization.yaml b/bootstrap/kustomization.yaml index 897f3b609..9d9c16b68 100644 --- a/bootstrap/kustomization.yaml +++ b/bootstrap/kustomization.yaml @@ -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/ diff --git a/docs/gitops-install.md b/docs/gitops-install.md index 0f97eb4b4..7ac7b0f8d 100644 --- a/docs/gitops-install.md +++ b/docs/gitops-install.md @@ -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.