Add translations for Declarative Config for Bahasa Indonesia (#14030)

* Translate declarative config for Bahasa Indonesia

* Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia

* Add _index.md to object-management-kubectl translations for Bahasa Indonesia
This commit is contained in:
Iqbal Farabi
2019-04-26 22:58:27 +10:00
committed by Kubernetes Prow Robot
parent b206fdf241
commit e671202ff5
4 changed files with 910 additions and 0 deletions
@@ -0,0 +1,18 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.11.9 # perbarui image
ports:
- containerPort: 80