Add tinkerbell-provider-credentials secret, fix argocd namespace

- Add TINKERBELL_IP secret for CAPI tinkerbell provider
- Update Argo app namespaces from 'argo' to 'argocd'
This commit is contained in:
Pavel Basov
2025-12-15 22:01:53 +01:00
parent 2f955ff4df
commit f3051e394d
4 changed files with 11 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tinkerbell
namespace: argo
namespace: argocd
spec:
project: default
source:

View File

@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-api-operator
namespace: argo
namespace: argocd
spec:
project: default
source:

View File

@@ -2,12 +2,12 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: capi-providers
namespace: argo
namespace: argocd
spec:
project: default
source:
path: manifests/capi-stack
repoURL: "ssh://git@git.weystrom.dev:2222/pbhv/apps.git"
repoURL: https://git.weystrom.dev/argodent/turbo-mothership.git
targetRevision: HEAD
directory:
recurse: true

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: tinkerbell-provider-credentials
namespace: capi
data:
TINKERBELL_IP: MTcyLjE2LjgxLjI1NA==