forked from k-space/kube
		
	sync namespace names with directory names
This commit is contained in:
		| @@ -2,17 +2,17 @@ | |||||||
| apiVersion: argoproj.io/v1alpha1 | apiVersion: argoproj.io/v1alpha1 | ||||||
| kind: Application | kind: Application | ||||||
| metadata: | metadata: | ||||||
|   name: hackerspace |   name: kube-system | ||||||
|   namespace: argocd |   namespace: argocd | ||||||
| spec: | spec: | ||||||
|   project: k-space.ee |   project: k-space.ee | ||||||
|   source: |   source: | ||||||
|     repoURL: 'git@git.k-space.ee:k-space/kube.git' |     repoURL: 'git@git.k-space.ee:k-space/kube.git' | ||||||
|     path: hackerspace |     path: kube-system | ||||||
|     targetRevision: HEAD |     targetRevision: HEAD | ||||||
|   destination: |   destination: | ||||||
|     server: 'https://kubernetes.default.svc' |     server: 'https://kubernetes.default.svc' | ||||||
|     namespace: hackerspace |     namespace: kube-system | ||||||
|   # syncPolicy: |   # syncPolicy: | ||||||
|   #   automated: |   #   automated: | ||||||
|   #     prune: false |   #     prune: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user