diff options
author | Akhila Kishore <akhila.kishore@intel.com> | 2019-05-14 15:43:41 -0700 |
---|---|---|
committer | Akhila Kishore <akhila.kishore@intel.com> | 2019-05-22 12:20:08 -0700 |
commit | 69fe1e369c4afa19552179fe297778a6ca32e48d (patch) | |
tree | 1e6bd0c2fa081d2f2adc9291ec3d97fdc22f20cc /kud/demo/firewall/.helmignore | |
parent | 09433fb59e63a96a1e6d08fdd6061c59b3813e61 (diff) |
Adding helm charts for vFirewall.
The charts are complete with templating and basic constructs.
They need to be modified in terms of chart dependency and also address
network configuration. Addressed comments, changed network config
values and included subcharts. Removed redundent vars. Removed
shell vars and updated sink. Updated vars. Removed escape
chars from password which and removed comment in pod annotations.
Removed comments from network files. Changed the deployment file
lables for all 3 charts. Extricated some of the values addressed by comments.
Set global vars. Updated sink-service labels.
Change-Id: Id6fc2e066c8a6c5b33b65caae3a49637521c3133
Issue-ID: MULTICLOUD-628
Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Diffstat (limited to 'kud/demo/firewall/.helmignore')
-rw-r--r-- | kud/demo/firewall/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kud/demo/firewall/.helmignore b/kud/demo/firewall/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/kud/demo/firewall/.helmignore @@ -0,0 +1,22 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ |