UNCLASSIFIED - NO CUI

Add functionality to package & Wrapper to specify HR Namespace

Add functionality to package & Wrapper to specify HR Namespace.

For this issue I will need to extensively test it with the following

packages:  
  crossplane:
    enabled: true
    git:
      repo: https://repo1.dso.mil/big-bang/product/community/crossplane.git
      path: "./chart"
      tag: "1.15.0-bb.0"
    dependsOn:
      - name: monitoring
        namespace: bigbang
    values:
      webhooks:
        enabled: false
  confluence:
    enabled: true
    namespace:
      name: confluencetest
    git:
      repo: https://repo1.dso.mil/big-bang/product/community/confluence.git
      path: "./chart"
      tag: "1.20.0-bb.9"
    dependsOn:
      - name: monitoring
        namespace: bigbang
    values:
      serviceAccount:
        name: test
  jira:
    enabled: true
    helmRelease:
      namespace: bigbang
    namespace:
      name: hello
    git:
      repo: https://repo1.dso.mil/big-bang/product/community/jira.git
      path: "./chart"
      tag: "1.20.0-bb.3"
    values:
      jira:
        service:
          port: 8080

  gitlab-ci-pipelines-exporter:
    enabled: true
    helmRelease:
      namespace: bigbang
    git:
      repo: https://repo1.dso.mil/big-bang/apps/sandbox/gitlab-ci-pipelines-exporter.git 
      path: "./chart"
      tag: "0.3.4-bb.2"
    dependsOn:
      - name: monitoring
        namespace: bigbang
    values:
      redis:
        enabled: false
      istio:
        enabled: true
      config: 
        gitlab:
          url: "https://repo1.dso.mil"
          token: ""
          enable_health_check: false
          health_url: "https://repo1.dso.mil"
Edited by Jeffrey Victor