feat: add ClusterRole for customer provisioning, register DOCR helm repo, remove stale test customer

This commit is contained in:
Ryan Moon
2026-04-03 18:53:11 -05:00
parent ea926e1972
commit d0cb06c9df
2 changed files with 28 additions and 26 deletions

View File

@@ -1,26 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: customer-test
namespace: argocd
spec:
project: default
sources:
- repoURL: git.lunarfront.tech/ryan/lunarfront-app
chart: lunarfront
targetRevision: "latest"
helm:
valueFiles:
- $values/customers/test.yaml
- repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: customer-test
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true