From 2cee4e1c6b06179f8166b3090526d6d5d592433c Mon Sep 17 00:00:00 2001 From: crozzy Date: Wed, 29 Sep 2021 15:13:32 -0700 Subject: [PATCH] contrib: update secrets path It's easier from an organization perspective to keep the path constant and the key variable. Signed-off-by: crozzy --- contrib/openshift/manifests/manifests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/openshift/manifests/manifests.yaml b/contrib/openshift/manifests/manifests.yaml index f2f3696692..75d830893f 100644 --- a/contrib/openshift/manifests/manifests.yaml +++ b/contrib/openshift/manifests/manifests.yaml @@ -41,9 +41,9 @@ objects: volumes: - name: clair-config secret: - secretName: ${{CLAIR_SECRET}} + secretName: config items: - - key: config + - key: ${{CLAIR_SECRET}} path: clair.conf containers: - name: clair-indexer @@ -110,9 +110,9 @@ objects: volumes: - name: clair-config secret: - secretName: ${{CLAIR_SECRET}} + secretName: config items: - - key: config + - key: ${{CLAIR_SECRET}} path: clair.conf containers: - name: clair-matcher @@ -176,9 +176,9 @@ objects: volumes: - name: clair-config secret: - secretName: ${{CLAIR_SECRET}} + secretName: config items: - - key: config + - key: ${{CLAIR_SECRET}} path: clair.conf containers: - name: clair-notifier