Translate configure-pod-configmap to Bahasa Indonesia

Add example yaml

Add more missing example yamls

Fix namespace term_id

Translate comments in example files

Update example files with ID versions

Add _index.md

Fix nits:
+ translate item to butir
+ fix typos
+ add backticks for words contained in snippets
+ camelcase API objects
+ fix broken anchors
+ use singular form of imported words

Fix nits:
+ use dikontainerisasi

Fix nits:
+ fix one broken anchor
This commit is contained in:
Evan Adi
2020-04-19 14:30:12 +07:00
parent 60d3721604
commit 8d64525e6b
10 changed files with 825 additions and 0 deletions
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Pod
metadata:
name: dapi-test-pod
spec:
containers:
- name: test-container
image: k8s.gcr.io/busybox
command: [ "/bin/sh", "-c", "env" ]
env:
- name: SPECIAL_LEVEL_KEY
valueFrom:
configMapKeyRef:
name: special-config
key: special.how
- name: LOG_LEVEL
valueFrom:
configMapKeyRef:
name: env-config
key: log_level
restartPolicy: Never