Shuffle namespaces for apps
This commit is contained in:
		| @@ -2,11 +2,11 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 | |||||||
| kind: Kustomization | kind: Kustomization | ||||||
| metadata: | metadata: | ||||||
|   name: flux-apps |   name: flux-apps | ||||||
|   namespace: flux-system |   namespace: apps | ||||||
| spec: | spec: | ||||||
|   interval: 10m0s |   interval: 10m0s | ||||||
|   path: ./apps |   path: ./apps | ||||||
|   prune: true |   prune: true | ||||||
|   sourceRef: |   sourceRef: | ||||||
|     kind: GitRepository |     kind: GitRepository | ||||||
|     name: flux-system |     name: apps | ||||||
| @@ -3,4 +3,4 @@ kind: Kustomization | |||||||
| namespace: apps | namespace: apps | ||||||
| resources: | resources: | ||||||
| - namespace.yaml | - namespace.yaml | ||||||
| - whoami | - fluxrepo.yaml | ||||||
		Reference in New Issue
	
	Block a user