Skip to content

Commit

Permalink
add(harbor-core) Add configstore loading variable from env
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Jardin <sebastien.jardin@ovhcloud.com>
  • Loading branch information
Sebastien Jardin committed Feb 21, 2020
1 parent 825d468 commit 0ba4cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/manager/patches-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ spec:
spec:
containers:
- name: manager
env:
- name: 'CONFIGURATION_FROM'
value: 'env:'
envFrom:
- configMapRef:
name: operator-config
Expand Down

0 comments on commit 0ba4cab

Please sign in to comment.