diff options
author | sushil masal <sushil.masal@amdocs.com> | 2019-03-25 18:32:16 +0530 |
---|---|---|
committer | Sushil Masal <sushil.masal@amdocs.com> | 2019-04-10 14:08:19 +0000 |
commit | acba0494772e847337a87b4c16b946069663a440 (patch) | |
tree | b9675bf9b967e553516588d7e32aac0798dbbee7 /kubernetes/common/nfs-provisioner/requirements.yaml | |
parent | 4e4c628e28b5b6c16f30afbb8e2eba50f9f4280e (diff) |
default storageclass and nfs provisioner
Issue-ID: OOM-1500
Change-Id: I15dd98ea8042914220f1b6025e93f65224bb9adb
Signed-off-by: sushil masal <sushil.masal@amdocs.com>
Diffstat (limited to 'kubernetes/common/nfs-provisioner/requirements.yaml')
-rw-r--r-- | kubernetes/common/nfs-provisioner/requirements.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/common/nfs-provisioner/requirements.yaml b/kubernetes/common/nfs-provisioner/requirements.yaml new file mode 100644 index 0000000000..d175386e2b --- /dev/null +++ b/kubernetes/common/nfs-provisioner/requirements.yaml @@ -0,0 +1,18 @@ +# Copyright © 2019 Amdocs, Bell Canada +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +dependencies: + - name: common + version: ~4.x-0 + repository: '@local' |