diff options
author | vaibhav_16dec <vaibhav.chopra@amdocs.com> | 2018-03-15 07:05:10 +0000 |
---|---|---|
committer | vaibhav_16dec <vaibhav.chopra@amdocs.com> | 2018-03-19 06:51:16 +0000 |
commit | d3bc08f62b6fc71f672f26d3df0d19c335856abc (patch) | |
tree | e6dce5bb1aa8b2dd18cd445a26fd481c686b559c /kubernetes/robot/requirements.yaml | |
parent | 0947cdf7e780641e1604ef3752483fa4d29efb3e (diff) |
Robot Helm Chart Standardization
Issue-ID: OOM-728
Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to 'kubernetes/robot/requirements.yaml')
-rw-r--r-- | kubernetes/robot/requirements.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/robot/requirements.yaml b/kubernetes/robot/requirements.yaml new file mode 100644 index 0000000000..56029ab047 --- /dev/null +++ b/kubernetes/robot/requirements.yaml @@ -0,0 +1,7 @@ +dependencies: + - name: common + version: ~2.0.0 + # local reference to common chart, as it is + # a part of this chart's package and will not + # be published independently to a repo (at this point) + repository: '@local'
\ No newline at end of file |