More namespace issues
This commit is contained in:
		| @@ -2,11 +2,12 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||||
| kind: Kustomization | ||||
| metadata: | ||||
|   name: flux-apps | ||||
|   namespace: apps | ||||
|   namespace: flux-system | ||||
| spec: | ||||
|   interval: 10m0s | ||||
|   path: ./apps | ||||
|   targetNamespace: apps | ||||
|   prune: true | ||||
|   sourceRef: | ||||
|     kind: GitRepository | ||||
|     name: apps | ||||
|     name: flux-system | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||||
| kind: Kustomization | ||||
| namespace: apps | ||||
| resources: | ||||
| - namespace.yaml | ||||
| - fluxrepo.yaml | ||||
		Reference in New Issue
	
	Block a user