Rename manifest path

This commit is contained in:
Björn Busse 2024-02-21 15:40:24 +01:00
parent 9e8b0f1fe7
commit 549923ae79
16 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ spec:
branch: main branch: main
secretRef: secretRef:
name: flux-system name: flux-system
url: https://git.e2m.io/obch-flux/obch-deploy.git url: https://git.e2m.io/flux-user/flux-deploy.git
--- ---
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
@ -20,7 +20,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m0s interval: 10m0s
path: ./clusters/minikube path: ./clusters/dev
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository