diff options
author | Alexander Dehn <alexander.dehn@highstreet-technologies.com> | 2020-09-02 09:01:15 +0000 |
---|---|---|
committer | Alexander Dehn <alexander.dehn@highstreet-technologies.com> | 2020-09-02 09:02:15 +0000 |
commit | 1373c9ce6557c6de1c198da72bd76f8c694bb38d (patch) | |
tree | 3a659e62f67c641d73563047bfdf11cb49d0c0b7 /kubernetes/sdnc/values.yaml | |
parent | d56af0efca443e5aa285c4d493db4160c96fd0fb (diff) |
[SDNC] Remove hard-coded busybox image
get image values from global busyboxRepository/busyboxImage
Issue-ID: OOM-2543
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Change-Id: I5f0ef76fb8072b45bd9ad10d8580484656049b76
Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com>
Diffstat (limited to 'kubernetes/sdnc/values.yaml')
-rw-r--r-- | kubernetes/sdnc/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/sdnc/values.yaml b/kubernetes/sdnc/values.yaml index 8d6ef68184..a84bfc2855 100644 --- a/kubernetes/sdnc/values.yaml +++ b/kubernetes/sdnc/values.yaml @@ -112,7 +112,8 @@ secrets: repository: nexus3.onap.org:10001 pullPolicy: Always image: onap/sdnc-image:1.8.4 - +busyboxRepository: docker.io +busyboxImage: busybox:1.30 # flag to enable debugging - application support required debugEnabled: false |