aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/requirements.yaml
diff options
context:
space:
mode:
authorvaibhav_16dec <vaibhav.chopra@amdocs.com>2018-03-19 05:45:47 +0000
committerMike Elliott <mike.elliott@amdocs.com>2018-03-21 14:20:44 -0400
commitf67e418cca95ef2c07e61bf65ea0334ac5ca9b1c (patch)
tree2d49e7177b4c23c91685ce15d366323f70405822 /kubernetes/clamp/requirements.yaml
parenta68cf4f3da292a9b41b6570067470bb456ca41c6 (diff)
Add Helm Chart Standardization for Clamp
Issue-ID: OOM-735 Change-Id: Id5789742b4c930dcb2bebebbaa2cf82182949ee3 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com> Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/clamp/requirements.yaml')
-rw-r--r--kubernetes/clamp/requirements.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/clamp/requirements.yaml b/kubernetes/clamp/requirements.yaml
new file mode 100644
index 0000000000..56029ab047
--- /dev/null
+++ b/kubernetes/clamp/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