summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/aai-resources-deployment.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2017-10-31 14:16:43 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-31 14:16:43 +0000
commit61468adee9e2c443c336536c29b216209a569478 (patch)
tree1cf9867babfd25de1bf48f80d988cbb7bb073181 /kubernetes/aai/templates/aai-resources-deployment.yaml
parenta6bd2ed7f0d00ee18d9616a20587ff8140cd60fe (diff)
parentfcef994a85ee1e2f581e2dc2d2f2ab968632db25 (diff)
Merge "Add option to disable specific deployments"
Diffstat (limited to 'kubernetes/aai/templates/aai-resources-deployment.yaml')
-rw-r--r--kubernetes/aai/templates/aai-resources-deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml
index b0d437b61d..ebf447f3ca 100644
--- a/kubernetes/aai/templates/aai-resources-deployment.yaml
+++ b/kubernetes/aai/templates/aai-resources-deployment.yaml
@@ -1,3 +1,4 @@
+#{{ if not .Values.disableAaiAaiResources }}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
@@ -112,4 +113,4 @@ metadata:
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ (.Files.Glob "resources/resources/conf/logback.xml").AsConfig | indent 2 }}
-
+#{{ end }} \ No newline at end of file