Skip to content

Commit 0b4974e

Browse files
authored
Merge pull request #5461 from kundan2707/type_kustomization
fix typo in kustomization.yaml
2 parents bfb00ec + bb7003e commit 0b4974e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ kustomization.yaml deployment.yaml
7676
+---------------------------------------------+ +-------------------------------------------------------+ +-----------------------------------+
7777
| apiVersion: kustomize.config.k8s.io/v1beta1 | | apiVersion: apps/v1 | | apiVersion: v1 |
7878
| kind: Kustomization | | kind: Deployment | | kind: Service |
79-
|.commonLabels: | | metadata: | | metadata: |
79+
| commonLabels: | | metadata: | | metadata: |
8080
| app: myapp | | name: myapp | | name: myapp |
8181
| resources: | | spec: | | spec: |
8282
| - deployment.yaml | | selector: | | selector: |

0 commit comments

Comments
 (0)