Skip to content

Commit

Permalink
additional cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhardison committed Sep 8, 2024
1 parent d5074af commit 8994d88
Show file tree
Hide file tree
Showing 11 changed files with 24,378 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap/00_1password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The two secrets are injected outside of the deploy processes, after the deployme
op inject -i op-session.tpl -o op-session
kubectl -n 1password create secret generic op-credentials --from-file=1password-credentials.json=op-session
kubectl create secret generic onepassword-token --from-literal=token=$(op item get hhk8s-1password --fields token)
kubectl -n 1password create secret generic onepassword-token --from-literal=token=$(op item get hhk8s-1password --fields token)
```


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
24,358 changes: 24,358 additions & 0 deletions bootstrap/03_argocd/base/non-ha/install.yaml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions bootstrap/03_argocd/base/non-ha/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: argocd
resources:
- namespace.yaml
- install.yaml
6 changes: 6 additions & 0 deletions bootstrap/03_argocd/base/non-ha/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
operator.1password.io/auto-restart: "true"
name: argocd
4 changes: 2 additions & 2 deletions bootstrap/03_argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kind: Kustomization

namespace: argocd
bases:
- base/
- base/non-ha #non-ha for temp microk8s small cluster

resources:
- overlays/ingress.yaml
#- overlays/ingress.yaml #ingress is now CFTunnel->Service
- op-secrets/dex-githubapp.yaml
- op-secrets/github-repocreds.yaml
- certificates/ingress-certificate.yaml
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions bootstrap/03_argocd/update-ha.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

wget https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml -O base/ha/ha-install.yaml
2 changes: 1 addition & 1 deletion bootstrap/03_argocd/update.sh → bootstrap/03_argocd/update-nonha.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

wget https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml -O base/ha-install.yaml
wget https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml -O base/non-ha/install.yaml

0 comments on commit 8994d88

Please sign in to comment.