This commit is contained in:
2026-03-20 13:11:38 +01:00
parent b665faaa7b
commit 3c81fd1e3a
4 changed files with 1 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ This Kubernetes cluster uses a **GitOps approach** powered by **ArgoCD**, where
┌────────────────────────────────┐
│ Config Repository │
│ (ArgoCD Applications) │
│ github.com/snothub/ │
│ github.com/fortedigital/ │
│ sturdy-adventure │
└────────────────────────────────┘
@@ -150,7 +150,6 @@ sturdy-adventure/
│ ├── letsencrypt-issuer.yaml # Let's Encrypt ClusterIssuer
│ ├── kyverno-config.yaml
│ ├── argocd-notifications-secret-sealed.yaml
│ ├── snothub-repo-credentials-sealed.yaml
│ ├── forte10x-repo-credentials-sealed.yaml
│ ├── mcp10x-repo-credentials-sealed.yaml
│ └── policies/ # Kyverno policies
@@ -489,7 +488,6 @@ git commit -m "Add app credentials"
**Private Repository Credentials** stored as SealedSecrets:
```yaml
# cluster-resources/snothub-repo-credentials-sealed.yaml
# cluster-resources/forte10x-repo-credentials-sealed.yaml
```