koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

Git Repo Volume Source short #141

Closed wlan0 closed 6 years ago

wlan0 commented 6 years ago

Currently, the short format looks like this

pod:
  annotations:
    meta: _test
  cluster: test_cluster
  labels:
    app: meta_test
  name: meta_test
  namespace: test
  version: v1
  volumes:
    test_volume:
      directory: testdata
      revision: master
      vol_id: github.com/koki
      vol_type: git

It would be ideal to call

directory as dir and revision as rev

Please change it