From a9cab9a0851fc4be3bd67801d11b4a4599a388af Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Fri, 23 Apr 2021 11:44:12 -0400 Subject: [PATCH] bigbang compliant --- CODEOWNERS | 4 ++-- chart/values.yaml | 2 ++ tests/test-values.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3cd0a7e..07514d0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ -* @grant.duncklee -#* @anyone? +* @grant.duncklee @kavitha + diff --git a/chart/values.yaml b/chart/values.yaml index efb1ce8..4bce23f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -3,6 +3,8 @@ hostname: nexus domain: bigbang.dev istio: enabled: false +monioring: + enabled: false license_key: "" license: mountPath: /nexus-data/sonatype-license.lic diff --git a/tests/test-values.yml b/tests/test-values.yml index 51a51c8..2d1cc86 100644 --- a/tests/test-values.yml +++ b/tests/test-values.yml @@ -2,6 +2,7 @@ istio: enabled: true nexus: - imagePullSecrets: [name: private-registry] + imagePullSecrets: [name: + - name: private-registry-mil -- GitLab