aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2022-03-22 00:52:38 +0100
committerLukasz Rajewski <lukasz.rajewski@orange.com>2022-03-22 10:43:21 +0100
commita112ebd160d3acc20e6766d8550d757a0581797d (patch)
treead080e367a66f1e8777288943da79e87bbecbb14 /.coafile
parentf491b9fa0e1f5481065f9071aca469180635778e (diff)
[APACHE] Add Apache CNF use case files
Issue-ID: INT-2094 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Signed-off-by: Michal Chabiera <michal.chabiera@orange.com> Signed-off-by: Michal Grzesik <michal.grzesik@orange.com> Change-Id: Ie8f72b9804f1055f49e1bc85dd0d712841eb0f5d
Diffstat (limited to '.coafile')
-rw-r--r--.coafile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.coafile b/.coafile
index 0d741e60..47cd835f 100644
--- a/.coafile
+++ b/.coafile
@@ -1,10 +1,11 @@
[yaml]
bears = YAMLLintBear
yamllint_config = .yamllint
-#[vFW_CNF_CDS] Helm tests use go template conditionals that are not yaml-compliant
+# [vFW_CNF_CDS][APACHE] Helm uses go template conditionals that are not yaml-compliant
ignore =
.tox/**,
- heat/vFW_CNF_CDS/templates/helm/**/templates/tests/*
+ heat/vFW_CNF_CDS/templates/helm/**/templates/tests/*,
+ tutorials/ApacheCNF/templates/cba/Templates/k8s-configs/deployment-config/templates/*
[json]
bears = JSONFormatBear