Files
turbo-mothership/apps/capi/cluster-api-providers.yaml
Pavel Basov f3051e394d Add tinkerbell-provider-credentials secret, fix argocd namespace
- Add TINKERBELL_IP secret for CAPI tinkerbell provider
- Update Argo app namespaces from 'argo' to 'argocd'
2025-12-15 22:01:53 +01:00

24 lines
519 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: capi-providers
namespace: argocd
spec:
project: default
source:
path: manifests/capi-stack
repoURL: https://git.weystrom.dev/argodent/turbo-mothership.git
targetRevision: HEAD
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: capi
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true