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:
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: special-config
|
||||
namespace: default
|
||||
data:
|
||||
SPECIAL_LEVEL: very
|
||||
SPECIAL_TYPE: charm
|
||||
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: special-config
|
||||
namespace: default
|
||||
data:
|
||||
special.how: very
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: env-config
|
||||
namespace: default
|
||||
data:
|
||||
log_level: INFO
|
||||
Reference in New Issue
Block a user