We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47abd4 commit f0189aeCopy full SHA for f0189ae
1 file changed
deploy/kustomization.yaml
@@ -4,15 +4,16 @@ kind: Kustomization
4
namespace: rhdh-testbed
5
6
resources:
7
- - serviceaccount.yaml
8
- - clusterrole.yaml
9
- - clusterrolebinding.yaml
+ - service-account.yaml
+ - cluster-role.yaml
+ - cluster-role-binding.yaml
10
- configmap.yaml
11
# Apply job.yaml separately after config is ready:
12
# - job.yaml
13
14
-commonLabels:
15
- app.kubernetes.io/part-of: rhdh-testbed
16
- app.kubernetes.io/managed-by: kustomize
+labels:
+ - pairs:
+ app.kubernetes.io/part-of: rhdh-testbed
17
+ app.kubernetes.io/managed-by: kustomize
18
# To customize, create overlays or use:
19
# kustomize edit set image ghcr.io/pataknight/rhdh-testbed:latest=ghcr.io/pataknight/rhdh-testbed:v1.0.0
0 commit comments