Skip to content

Commit

Permalink
contrib: update secrets path
Browse files Browse the repository at this point in the history
It's easier from an organization perspective to keep the
path constant and the key variable.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed Sep 30, 2021
1 parent 5493bbc commit 2cee4e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contrib/openshift/manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2cee4e1

Please sign in to comment.