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
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: tinkerbell
|
name: tinkerbell
|
||||||
namespace: argo
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster-api-operator
|
name: cluster-api-operator
|
||||||
namespace: argo
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: capi-providers
|
name: capi-providers
|
||||||
namespace: argo
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: manifests/capi-stack
|
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
|
targetRevision: HEAD
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
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