Skip to content

Commit

Permalink
Fix kustomization sync issue (#430)
Browse files Browse the repository at this point in the history
* Fix kustomization sync issue

kustomization/apps                 	main/5ad5e170     	False    	False	kustomize build failed: accumulating resources: accumulation err='accumulating resources from './mediaserver/manifests': read /tmp/kustomization-4248846289/apps/kubenuc/mediaserver/manifests: is a directory': couldn't make target for path '/tmp/kustomization-4248846289/apps/kubenuc/mediaserver/manifests': kustomization.yaml is empty

* Update namespace.yml
  • Loading branch information
dark-vex authored Dec 29, 2023
1 parent 6519b25 commit 65abe8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions apps/kubenuc/mediaserver/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#apiVersion: kustomize.config.k8s.io/v1beta1
#kind: Kustomization
#namespace: film-tv
#resources:
#- namespace.yml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: film-tv
resources:
- namespace.yml
#- operator-crds.yml
#- release.yml
8 changes: 4 additions & 4 deletions apps/kubenuc/mediaserver/manifests/namespace.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
#apiVersion: v1
#kind: Namespace
#metadata:
# name: film-tv
apiVersion: v1
kind: Namespace
etadata:
name: film-tv

0 comments on commit 65abe8c

Please sign in to comment.