Skip to content

Commit

Permalink
Add cert-manager to apps/values.yaml and set namespace to cert-manager (
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Apr 27, 2024
1 parent 8ca184b commit d7647bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ applications:
namespace: ecran
- name: sealed-secrets
path: apps/sealed-secrets
- name: cert-manager
path: apps/cert-manager
namespace: cert-manager
9 changes: 9 additions & 0 deletions bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ argocd repo add https://github.com/gregkonush/lab
argocd app create argocd --file bootstrap/argocd.yaml
argocd app create root --file bootstrap/root.yaml
```

### Delete apps that got stuck in deleting phase

```bash
kubectl get application -n argocd
kubectl edit application
```

Remove finalizers from spec

0 comments on commit d7647bd

Please sign in to comment.