You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/id/docs/tasks/manage-kubernetes-objects/kustomization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,10 +80,10 @@ Isinya seperti di bawah ini:
80
80
apiVersion: v1
81
81
data:
82
82
application.properties: |
83
-
FOO=Bar
83
+
FOO: Bar
84
84
kind: ConfigMap
85
85
metadata:
86
-
name: example-configmap-1-8mbdf7882g
86
+
name: example-configmap-1-42cfbf598f
87
87
```
88
88
89
89
ConfigMap juga dapat dibangkitkan dari pasangan _key-value_ literal. Untuk membangkitkan secara literal, tambahkan entri pada daftar `literals` di `configMapGenerator`.
0 commit comments