Skip to content

Commit f0189ae

Browse files
committed
Fix file names in kustomization file
Signed-off-by: Patrick Knight <pknight@redhat.com>
1 parent a47abd4 commit f0189ae

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

deploy/kustomization.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ kind: Kustomization
44
namespace: rhdh-testbed
55

66
resources:
7-
- serviceaccount.yaml
8-
- clusterrole.yaml
9-
- clusterrolebinding.yaml
7+
- service-account.yaml
8+
- cluster-role.yaml
9+
- cluster-role-binding.yaml
1010
- configmap.yaml
1111
# Apply job.yaml separately after config is ready:
1212
# - job.yaml
1313

14-
commonLabels:
15-
app.kubernetes.io/part-of: rhdh-testbed
16-
app.kubernetes.io/managed-by: kustomize
14+
labels:
15+
- pairs:
16+
app.kubernetes.io/part-of: rhdh-testbed
17+
app.kubernetes.io/managed-by: kustomize
1718
# To customize, create overlays or use:
1819
# kustomize edit set image ghcr.io/pataknight/rhdh-testbed:latest=ghcr.io/pataknight/rhdh-testbed:v1.0.0

0 commit comments

Comments
 (0)