Skip to content

Commit

Permalink
fix(harbor): add reference to UI created overrides (#3163) (#3166)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e206a2)

Co-authored-by: Martin Hrabovcin <[email protected]>
  • Loading branch information
mesosphere-ci and mhrabovcin authored Feb 14, 2025
1 parent 3090ff3 commit 73b23b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/harbor/1.16.2/cosi-storage/cosi-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- kind: ConfigMap
name: harbor-1.16.2-d2iq-defaults
valuesKey: harbor-cosi-values.yaml
- kind: ConfigMap
name: harbor-config-overrides
optional: true
- kind: ConfigMap
name: harbor-overrides
Expand Down
2 changes: 2 additions & 0 deletions services/harbor/1.16.2/manual-storage/manual-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- kind: ConfigMap
name: harbor-1.16.2-d2iq-defaults
valuesKey: harbor-copy-secret-values.yaml
- kind: ConfigMap
name: harbor-config-overrides
optional: true
- kind: ConfigMap
name: harbor-overrides
Expand Down
3 changes: 3 additions & 0 deletions services/harbor/1.16.2/release/harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
valuesFrom:
- kind: ConfigMap
name: harbor-1.16.2-d2iq-defaults
- kind: ConfigMap
name: harbor-config-overrides
optional: true
- kind: ConfigMap
name: harbor-cosi-overrides
optional: true
Expand Down

0 comments on commit 73b23b5

Please sign in to comment.