- Remove non-existent kustomize CMP plugin (ArgoCD doesn't have it) - Use standard built-in kustomize support - Change project from 'poimen' to 'homelab' (homelab project exists) - This allows poimen-workflows Application to actually sync
This commit is contained in:
@@ -7,13 +7,11 @@ metadata:
|
|||||||
app.kubernetes.io/name: poimen-workflows
|
app.kubernetes.io/name: poimen-workflows
|
||||||
app.kubernetes.io/component: orchestrator
|
app.kubernetes.io/component: orchestrator
|
||||||
spec:
|
spec:
|
||||||
project: poimen
|
project: homelab
|
||||||
source:
|
source:
|
||||||
repoURL: https://forgejo.riotpiao.com/rock/poimen-workflows.git
|
repoURL: https://forgejo.riotpiao.com/rock/poimen-workflows.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: k8s
|
path: k8s
|
||||||
plugin:
|
|
||||||
name: kustomize
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: poimen
|
namespace: poimen
|
||||||
|
|||||||
Reference in New Issue
Block a user