Skip to content

Commit

Permalink
kustomize: move base resources to a subfolder
Browse files Browse the repository at this point in the history
retains a top level kustomization file for compatibility
  • Loading branch information
james-callahan committed Jul 23, 2024
1 parent 94b3e17 commit 3c1b10a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 8 additions & 0 deletions kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
app.kubernetes.io/name: tkhq-frames
resources:
- resources.yaml
images:
- name: ghcr.io/tkhq/frames
File renamed without changes.
6 changes: 1 addition & 5 deletions kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
app.kubernetes.io/name: tkhq-frames
resources:
- resources.yaml
images:
- name: ghcr.io/tkhq/frames
- ./base

0 comments on commit 3c1b10a

Please sign in to comment.