File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/id/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dan _password_ yang harus digunakan oleh Pod-Pod tersebut berada pada mesin loka
61
61
dalam bentuk _ file-file_ ` ./username.txt ` dan ` ./password.txt ` .
62
62
63
63
``` shell
64
- # Buatlah file yang selanjutnya akan digunakan pada contoh-contoh selanjutnya
64
+ # Buatlah berkas yang selanjutnya akan digunakan pada contoh-contoh selanjutnya
65
65
echo -n ' admin' > ./username.txt
66
66
echo -n ' 1f2d1e2e67df' > ./password.txt
67
67
```
@@ -271,7 +271,7 @@ dispesifikasikan di dalam sebuah _file_ `kustomization.yaml` di dalam sebuah dir
271
271
272
272
Sebagai contoh, untuk menghasilan sebuah Secret dari _file-file_ `./username.txt` dan `./password.txt`
273
273
` ` ` shell
274
- # Membuat sebuah file kustomization.yaml dengan SecretGenerator
274
+ # Membuat sebuah berkas kustomization.yaml dengan SecretGenerator
275
275
cat <<EOF >./kustomization.yaml
276
276
secretGenerator:
277
277
- name: db-user-pass
@@ -310,7 +310,7 @@ username.txt: 5 bytes
310
310
Sebagai contoh, untuk membuat sebuah Secret dari literal `username=admin` dan `password=secret`,
311
311
kamu dapat menspesifikasikan _generator_ Secret pada _file_ `kustomization.yaml` sebagai
312
312
` ` ` shell
313
- # Membuat sebuah file kustomization.yaml dengan menggunakan SecretGenerator
313
+ # Membuat sebuah berkas kustomization.yaml dengan menggunakan SecretGenerator
314
314
$ cat <<EOF >./kustomization.yaml
315
315
secretGenerator:
316
316
- name: db-user-pass
You can’t perform that action at this time.
0 commit comments