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:
@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: tinkerbell
|
||||
namespace: argo
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cluster-api-operator
|
||||
namespace: argo
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: tinkerbell-provider-credentials
|
||||
namespace: capi
|
||||
data:
|
||||
TINKERBELL_IP: MTcyLjE2LjgxLjI1NA==
|
||||
Reference in New Issue
Block a user