Skip to content

Commit

Permalink
fix(harbor): add reference to UI created overrides (#3163)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e206a2)
  • Loading branch information
mhrabovcin committed Feb 14, 2025
1 parent ac5e820 commit b1c6e77
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 b1c6e77

Please sign in to comment.